Welcome to MkDocs
For full documentation visit mkdocs.org.
Dependencies and technologies used
You will need pygame installed in your machine. if you do not have pygame install, simply type in your terminal:
pip install pygame
Build Instructions
To build and run the game, after installing pygame, just type
python jogo.py
or run it with your IDE of choice
Code Organization
the code is centered on the jogo.py file, the other folders and files are images and sounds used in the game
Commands
mkdocs new [dir-name]
- Create a new project.mkdocs serve
- Start the live-reloading docs server.mkdocs build
- Build the documentation site.mkdocs -h
- Print help message and exit.
Project layout
mkdocs.yml # The configuration file.
docs/
index.md # The documentation homepage.
... # Other markdown pages, images and other files.