Recent

Author Topic: Game Contest 2018  (Read 111091 times)

Paul_

  • Full Member
  • ***
  • Posts: 143
Re: Game Contest 2018
« Reply #105 on: March 27, 2018, 10:38:02 pm »
A downloader UI can do the trick, just download a small .exe (few kb) that gives you a nice downloader, that works also as menu to launch, for each project.

Don't trust any downloader! Never :)

*.exe files are blocked by browsers, security programs + firewall in case of downloader. So user get 3x warning which increase paranoia :)

I dont like installers for small apps or games, just packages like rar or zip are fine.

Ñuño_Martínez

  • Hero Member
  • *****
  • Posts: 1186
    • Burdjia
Re: Game Contest 2018
« Reply #106 on: March 28, 2018, 06:57:12 pm »
Which one?

Yes, we want to know =)
They called it "Resurrection Hack".  It is an Allegro jam, and you see it is quite improvised.
Are you interested in game programming? Join the Pascal Game Development community!
Also visit the Game Development Portal

MSABC

  • New Member
  • *
  • Posts: 43
Re: Game Contest 2018
« Reply #107 on: March 29, 2018, 08:20:34 pm »
Hi together,

as a newby i like to give it a stupid try:

It's somehow stupid, bit I like the lively behaviour created by almost neglicable program code.

see:
https://github.com/GitHub4MS/TMSCG

( and, as a newby, I have do discover how to handle GitHub  O:-)  )

regards MSABC

lainz

  • Hero Member
  • *****
  • Posts: 4460
    • https://lainz.github.io/
Re: Game Contest 2018
« Reply #108 on: March 31, 2018, 03:37:22 am »
Thanks for your submission, I will find time to try and then add to the first post as an entry, I don't know if it's a classic game or a moder game, so I can't add it now.

Edit:

This maybe is interesting for someone to make animations: Animating with easings
https://www.getlazarus.org/forums/viewtopic.php?t=39
« Last Edit: March 31, 2018, 03:55:48 am by lainz »

lainz

  • Hero Member
  • *****
  • Posts: 4460
    • https://lainz.github.io/
Re: Game Contest 2018
« Reply #109 on: March 31, 2018, 03:40:23 am »
A downloader UI can do the trick, just download a small .exe (few kb) that gives you a nice downloader, that works also as menu to launch, for each project.

Don't trust any downloader! Never :)

*.exe files are blocked by browsers, security programs + firewall in case of downloader. So user get 3x warning which increase paranoia :)

I dont like installers for small apps or games, just packages like rar or zip are fine.

App Store? Google Play? =)

Never is not the word, but depends from where you grabbed the downloader.

Or these are that bad really... maybe yes.

Online Package Manager is a downloader also. It downloads the sources and then compiles them, but I think it can be trusted (except for the update from developer site button)...

Maybe an OPM for sample projects will be good.

Lulu

  • Full Member
  • ***
  • Posts: 226
Re: Game Contest 2018
« Reply #110 on: March 31, 2018, 09:30:03 pm »
Very interesting, thanks Lainz ! :)
wishing you a nice life

lainz

  • Hero Member
  • *****
  • Posts: 4460
    • https://lainz.github.io/
Re: Game Contest 2018
« Reply #111 on: March 31, 2018, 10:49:35 pm »
Very interesting, thanks Lainz ! :)

You're welcome. Just need to share such good and easy to do things  :)

Lulu

  • Full Member
  • ***
  • Posts: 226
Re: Game Contest 2018
« Reply #112 on: April 02, 2018, 11:44:04 pm »
Hello :)

I made a game for the contest: 'Fire Wire'.

It consists in finding the points of a drawing in the right order. The direction of the next point is indicated by a line on the mouse cursor.
It's a peaceful game: no kill, no violence, ideal for children. Actually there are 20 levels created with a level editor specially made for the game.

It use TOpenGLContext and BGRABitmap for graphics, and OpenAL for sound. If OpenAL is not installed on your system, there is no sound but game will work.

Compiled on Win10. Please can anyone compile and test it on Linux and Mac ?

Thanks in advance for testing it ! :)

Latest version  http://forum.lazarus.freepascal.org/index.php/topic,39495.msg285670.html#msg285670
« Last Edit: May 11, 2018, 03:48:42 pm by Lulu »
wishing you a nice life

lainz

  • Hero Member
  • *****
  • Posts: 4460
    • https://lainz.github.io/
Re: Game Contest 2018
« Reply #113 on: April 03, 2018, 12:26:07 am »
Nice!

I like that kind of games, I'm bad at FPS also, plus I'm graphic designer and drawing is always welcomed!

Edit: Works fine on Windows. Is relaxing.
« Last Edit: April 03, 2018, 12:35:45 am by lainz »

Ñuño_Martínez

  • Hero Member
  • *****
  • Posts: 1186
    • Burdjia
Re: Game Contest 2018
« Reply #114 on: April 03, 2018, 10:35:32 am »
Last weekend was "Resurrection Hack"  and I did an entry.  It isn't finished yet but I plan to do it and upload in to GameJolt or Itch.io.  If you want to give a try to the demo, download this.
Are you interested in game programming? Join the Pascal Game Development community!
Also visit the Game Development Portal

turrican

  • Full Member
  • ***
  • Posts: 133
  • Pascal is my life.
    • Homepage
Re: Game Contest 2018
« Reply #115 on: April 03, 2018, 11:35:56 am »
Hello :)

I made a game for the contest: 'Fire Wire'.

It consists in finding the points of a drawing in the right order. The direction of the next point is indicated by a line on the mouse cursor.
It's a peaceful game: no kill, no violence, ideal for children. Actually there are 20 levels created with a level editor specially made for the game.

It use TOpenGLContext and BGRABitmap for graphics, and OpenAL for sound. If OpenAL is not installed on your system, there is no sound but game will work.

Compiled on Win10. Please can anyone compile and test it on Linux and Mac ?

Thanks in advance for testing it ! :)

Source : www.lulutech.fr/Logitheque/FireWire/FireWireGameSrc.7z
Executable for Windows www.lulutech.fr/Logitheque/FireWire/FireWireGame_WinExe.7z

Impressive!

Paul_

  • Full Member
  • ***
  • Posts: 143
Re: Game Contest 2018
« Reply #116 on: April 03, 2018, 01:38:52 pm »
@Lulu nice game, but I got some memory leaks and exception error when I closed the game (Windows).

Lulu

  • Full Member
  • ***
  • Posts: 226
Re: Game Contest 2018
« Reply #117 on: April 03, 2018, 02:31:16 pm »
Thanks to test :)
Yes, there are 6 blocks not freed at the end of the game and I don't understand why... I try to resolve this problem since few days... %)

I think the exception may appear because of the way I chose to darken the scene before closing the window. I will try another way.

wishing you a nice life

tr_escape

  • Sr. Member
  • ****
  • Posts: 432
  • sector name toys | respect to spectre
    • Github:
Re: Game Contest 2018
« Reply #118 on: April 03, 2018, 02:34:09 pm »
In win7 it is working but I haven't got Openal I tested for gaming only.

I'll try in Linux mint too at home.

lainz

  • Hero Member
  • *****
  • Posts: 4460
    • https://lainz.github.io/
Re: Game Contest 2018
« Reply #119 on: April 06, 2018, 05:24:16 am »
Waves, is like an experience more than a game, or a painting with water game  :)

100% tweak aware! With constants  8)

 

TinyPortal © 2005-2018