PDA

View Full Version : 2D Platformer Game Contest 2018/2019 (Pascal)



JC_
13-11-2018, 04:27 PM
Hi guys,

On Lazarus forum is new contest and everybody is welcome:



Hi, welcome to the 2D Platformer Game Contest 2018/2019!

The idea is to make a 2D Platformer like Mario, Sonic or any similar game. I was looking for a game of this kind made with Lazarus, and I found no one in the wiki, so we need to make a lot of them!

Rules:
- The game must be hardware accelerated with OpenGL, DirectX, Vulcan, Metal (mac) or any library that's hardware accelerated.
- The game must be open source and source code must be provided in a dedicated repository on GitHub, SourceForge, GitLab or BitBucket.
- You can use any library (including DLL compiled in other languages), but the game must be coded in Pascal.
- You can use free assets or your own assets, but remember must be open source compatible license.
- The game must be 2D, not 3D, not "2.5D".

The timeline is February 28 2019, a bit more than 3 months. The next days games will be reviewed (but of course we can start reviewing each game from the time is submitted).

When you submit your game, please as well try adding an entry on the Wiki, and edit the list of games made with Pascal in the wiki too.
http://wiki.lazarus.freepascal.org/Games

Resources:
- http://wiki.lazarus.freepascal.org/Game_Engine
- http://wiki.lazarus.freepascal.org/Game_framework
Includes physics libraries, opengl engines.

- https://github.com/bgrabitmap/bgragames
Includes some 2D games, one or two that are similar to a 2D platformer, includes 2D level editor as well. (BGRA OpenGL). If you have no idea start here, it already works!

Or if you want to go in your own there's no problem at all =)

The idea is to make a working platformer game, that for example can be just a level, or just a basic engine, is up to you how complex it is. Then is open source, so anyone can extend it. As other users said in the previous contest, making a game is the only way to learn how to make games, so don't loose the opportunity!


more here: http://forum.lazarus-ide.org/index.php/topic,43177.0.html

Ñuño Martínez
14-11-2018, 10:24 AM
GOGOGO... :onthego:

de_jean_7777
15-11-2018, 09:47 AM
Awesome. I always want to join these competitions, but I rarely manage to find time to participate, and I doubt I'll get my code usable for any kind of game before the deadline. Still, great to see these kinds of pascal competitions.