Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
/ SnakeGame Public archive

A very simple Snake game as an example of 2D Castle Game Engine game. Moved to https://gitlab.com/EugeneLoza/SnakeGame

License

Notifications You must be signed in to change notification settings

eugeneloza/SnakeGame

Repository files navigation

SnakeGame

This is an thoroughly-commented example of a very simple 2D game featuring:

  • graphics with spritesheets,
  • text output,
  • keyboard/mouse input,
  • read&write text files,
  • sound & music,
  • timer,
  • Log,
  • random basically everything you might need to start making a simple 2D game in Castle Game Engine.

You'll have to put Castle Game Engine dll's in the system PATH on Windows or keep them in game folder On Linux you'll have to install the dependencies (Debian packages reference): libopenal1 libpng zlib1g libvorbis libgtkglext1

And the following Linux packages are needed to compile the game: libopenal-dev libpng-dev zlib1g-dev libvorbis-dev libgtkglext1-dev

https://github.com/eugeneloza/SnakeGame

About

A very simple Snake game as an example of 2D Castle Game Engine game. Moved to https://gitlab.com/EugeneLoza/SnakeGame

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages