Platformer Game Lab #
In this lab you explore a Platformer game and designing tileset.
๐ You can find the official documentation HERE.
[0] Setup #
๐ป Start by going into your
unit02_games folder.
cd ~/desktop/making_with_code/unit02_games
๐ป Clone the repo.
Be sure to change YOUR-GITHUB-USERNAME to your actual Github username.
git clone https://github.com/the-isf-academy/lab_pyxel_platformer_YOUR-GITHUB-USERNAME
cd lab_pyxel_platformer_YOUR-GITHUB-USERNAME
poetry shell
poetry install
This repo includes these key files:
game.pyplayer.pycoin.pyhelpers.pycamera.pyassets.pyxres
[1] Explore the Game #
๐พโ๏ธ Explore the game, and follow along with the worksheet! You can use the arrow keys to move around and space to jump.
python game.py
[4] Deliverables #
โกโจ๐ป Push your work to Github:
- git status
- git add -A
- git status
- git commit -m “describe your changes here”
be sure to customize this message, do not copy and paste this line
- git push
- remote