Skip to content

Eat Grow Die - The classic snake remade with Pygame

License

MIT, OFL-1.1 licenses found

Licenses found

MIT
LICENSE.txt
OFL-1.1
FONT-LICENSE.txt
Notifications You must be signed in to change notification settings

nikolajlauridsen/DangerNoodle

Repository files navigation

DangerNoodle

Snake has lasted through the ages, from DOS in the 70's to Nokia in the late 90'ies to browser flash games where it has been resting since then.

Take a step or two backwards in the evolution with me and try my stab at a snake clone.

It's amazingly simple but surprisingly fun. Eat the food, but not yourself.

It might seem overly easy at first, but keep playing and it will soon get very hard. If you're a total baller and still finding it too easy, then you can simply pop in to the settings menu and and ramp up the difficulty

I've included the testers high scores as well as my own in the .exe version of the game, can you beat us?

##Features

  • Easy to use .exe for windows users.
  • Controls which isn't completely buggy.
  • Fully fledged menu system.
  • High Score.
  • Customizable settings such as start length, start speed and so on.
  • Hitting walls moves you to other side of the screen.
  • Game overlay displaying score, speed and size.

System Requirements

Danger noodle is currently locked to a resolution of 1268x766 so a monitor with a resolution higher than that is required (resolution as a setting is being worked on).

Other than that it's a really tiny game so it should run on pretty much anything (that has more than 50mb of free ram).

The game should work on both Windows, GNU+Linux, and Mac but it's currently not tested on anything other than Windows.

Installation

Windows

  1. Download the .zip file from the releases page.
  2. Extract the zip file (right click and click extract here or use winrar).
  3. Open the Danger Noodle folder.
  4. Execute DangerNoodle.exe to play the game (double click).

(If you wish to make a file you can around for easier access you can right click, and then click "Create Shortcut" )

GNU+Linux/Mac

  1. Download and install python 3.5 from Pythons web page
  2. Download and extract or clone the repository
  3. Open Terminal
  4. Navigate to the Danger Noodle folder
  5. Install requirements with:
py -m pip install -r requirements.txt

(You might have to use python or python3 instead of py depending on your system/install) 6. Double click DangerNoodle.py to play the game (or run from command line)

Credits

The font for the game is Comfortaa. Which is made by Johan Aakerlund, and can be downloaded here (it's released under an SIL open font license)

My thanks to him and all people who make free fonts with open licenses, you da real MVPs

A big thank you to my testers for your good suggestions and helping me find a bunch of bugs

##Screenshots

![Main Menu](http://i.imgur.com/AhfuJ9J.png) ![Game](http://i.imgur.com/OsJsb25.png) ![U Ded](http://i.imgur.com/5XIEmHU.png)

About

Eat Grow Die - The classic snake remade with Pygame

Topics

Resources

License

MIT, OFL-1.1 licenses found

Licenses found

MIT
LICENSE.txt
OFL-1.1
FONT-LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Languages