Skip to content

ArcosJuan/Get-out-of-my-fucking-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Get Out of my Fucking Maze

This is a 2D top-down adventure game made for a high school project using as a base the open world of our previous game Barbarism.

Controls

  • Arrow keys to move.
  • Return key to interact.

How to install the game

Requirements

  • Python 3.10.0
  • Python-pip.
  • See the rest of depencies in the requirements file.

Unix

Execute setup.sh to install all dependencies needed to run the game.

Start the game by executing GOFM.py.

Windows:

To install all dependencies needed to run the game:

Run in shell: $ pip install -r requirements.txt

To create an exe file:

  1. Run in shell: $ pip install pyinstaller

  2. Go to the root of the proyect and execute: $ pyinstaller GOFM.py --onefile --noconsole

  3. Finally move the GOFM.exe file from dist folder to the root folder.

Custom maps:

You can use our map-editor tool to create custom dungeon layouts. Then to add them to the game, you just need to paste all the generated files in the maps folder and that's it!

There will be a random chance that your dungeons will appear in the game.

Authors

License

GOFM as a whole is licensed under the MIT License - Look the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages