Skip to content

A simple 2D Jump 'n Run game. The maps are generated from music files. You can add your own songs and jump to the beat.

License

Notifications You must be signed in to change notification settings

Sogolumbo/beatgame

 
 

Repository files navigation

BEATGAME

This game was born as an entry for the II Pygame Community Server Game Jam. It uses procedural generation of levels... based on music! Feel free to include your own songs at the assets/songs and try to your custom level.

REQUIREMENTS

Tested on Python 3.9 Requires numpy and pygame modules, that can be easily installed opening a terminal in the main folder of the game and running: For compatibility reasons, pydub and ffmpeg modules might be needed if you want to use other formats than .ogg and .wav. All the requirements can be easily installed using: pip install -r requirements.txt In testing versions we use matplotlib to show some statistics. You can install development requirements using: pip install -r requirements-dev.txt

LICENSE

The game itself is under the GNU GPL 3.0+ (you can read a copy in LICENSE), but the songs can have their own license. Check them at CREDITS.md.

About

A simple 2D Jump 'n Run game. The maps are generated from music files. You can add your own songs and jump to the beat.

Resources

License

Stars

Watchers

Forks

Languages

  • Python 100.0%