Free Snejk (with project files)

Smiechu

Member
I would like to present you my latest game!
SNEJK

I had only one aim creating this game. Make something with help of Game Maker Studio 2 that one could call a "finished game". So here it is! The name "Snejk" is a Polish spelling for English word "snake", that means Snejk is a classic snake game known from first handy phones.

The game is very basic and simple, but I tried to implement all the main elements which this kind of game should have. GMS2 statistics show that I've spent approx. 24h creating this game. Coding was kept simple but efficient. There is a ton of things which could be better, but it was not my aim.

Screenshot.PNG

So the game features:
- simple raster style graphics,
- simple 1,2,3... game menu,
- two game modes: standard and advanced,
- progressive speed mode,
- maps (generated from sprite),
- simple sound fx,
- high score list,
- settings stored in .ini file.

Game download:
https://1drv.ms/u/s!AtPLN-RlEjeFk3lI7ah0HwLLDEXV

Project download:
https://1drv.ms/u/s!AtPLN-RlEjeFk3iA3chTPFNJ3NpV

Please feel free to copy, play, test and comment. Feel free to use / analyze my GMS2 project for your own needs and reverse engineering.

If any bugs found, please report here in the topic!

THANKS!
 

K12gamer

Member
Thanks for the FREE resource! This really helps beginning programmers like me!
Glad you included...Score / High Score.
High Score was easy to do in GM 8...but a lot harder to do with GM Studio 1.
because the Drag and Drop icon for this no longer existed.

How about adding a pause (menu)...That's what I struggled with while using GM Studio 1.
In my GM 8 games I simply used the (F1) Information page as a way to pause....but that function
was taken out of GM Studio.

I make a lot of educational games...I may try to convert your Snake game into one.
Example: The sections of the snake would be the Alphabet from A to Z.
You'd have to pick up all 26 letters in ABC order to win.

Example: This Snake Puzzle for Kids...
 

Smiechu

Member
Thanks for the FREE resource! This really helps beginning programmers like me!
Glad you included...Score / High Score.
High Score was easy to do in GM 8...but a lot harder to do with GM Studio 1.
because the Drag and Drop icon for this no longer existed.

How about adding a pause (menu)...That's what I struggled with while using GM Studio 1.
In my GM 8 games I simply used the (F1) Information page as a way to pause....but that function
was taken out of GM Studio.

I make a lot of educational games...I may try to convert your Snake game into one.
Example: The sections of the snake would be the Alphabet from A to Z.
You'd have to pick up all 26 letters in ABC order to win.

Example: This Snake Puzzle for Kids...
But there is a pause menu... just press esc...
Things here are made very simple and basic, I had only 2 days.

I have another "just for fun" unfinished project of a top down vertical scroll space shooter... with "full scale" database menu system, delta time, and pause implemented by setting the delta time factor to 0.

The game is unfinished, but if you need I can publish it here for free...

Edit:
Idea with educational snake is great, if you finish it, give me a sign. My 4y son loves all letters and numbers...
 

K12gamer

Member
But there is a pause menu... just press esc...
Things here are made very simple and basic, I had only 2 days.

I have another "just for fun" unfinished project of a top down vertical scroll space shooter... with "full scale" database menu system, delta time, and pause implemented by setting the delta time factor to 0.

The game is unfinished, but if you need I can publish it here for free...

Edit:
Idea with educational snake is great, if you finish it, give me a sign. My 4y son loves all letters and numbers...
Cool...I appreciate all the source material I can get...
Helps me learn new stuff.
 
Top