Fan._.Presentation.trailer.mp4
action-adventure and roguelike game in Python
semi-top view, fixed camera
- Python
- PyGame
- Pyinstaller
- SQLite
- Inkscape
for graphics - Unreal Engine MetaSounds
for music generation
Windows an executable file
- Every level consists of nine procedurally generated sublevels
- Enemy characters are randomly distributed in each sublevel.They are the aims of a player to liquidate, using items they found in the first level of a game session
- There are free types of weapon are in access for a player, and four types of enemy characters
- (Bosses are also should be there, but they were not implemented)
- In each level, there are shoprooms where players can buy randomly recommended power ups, which are kept with a player for an entire game session
- (Not implemented, after pass of five bosses, appear in each odd level, the game is considered to be passed (the final scene is shown). Then it continuous in the infinity mode)