2 Forks
3 Stars
3 Watchers

Sample-game

This code example shows how to use a timer, mouse input, keyboard input, and other elements of a simple game. The example also shows how to use the state design pattern for the three states in the game, the introduction screen, the game, and the game over screen. This complicates the code somewhat, but makes it much easier to add states to the game. It is not really a game, more of a sketch for a game architecture.

How to download and setup Sample-game

Open terminal and run command
git clone https://github.com/Debasis1963/Sample-game.git
git clone is used to create a copy or clone of Sample-game repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with Sample-game https://github.com/Debasis1963/Sample-game/archive/master.zip

Or simply clone Sample-game with SSH
[email protected]:Debasis1963/Sample-game.git

If you have some problems with Sample-game

You may open issue on Sample-game support forum (system) here: https://github.com/Debasis1963/Sample-game/issues