Skip to content

Commit

Permalink
minor changes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
MattStammers committed Sep 18, 2022
1 parent f69349d commit 1744240
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ A fully open-source computer game written in python complete with physics and ad

- If you want to get started with python arcade I recommend you start with the simple platformer tutorial https://api.arcade.academy/en/latest/examples/platform_tutorial/index.html and then move onto the pymunk platformer tutorial when you have mastered all the basics and started to create your own enemies and features: https://api.arcade.academy/en/latest/tutorials/pymunk_platformer/index.html. I used the well written pymunk platformer demo as my base script and then started to gradually combine it with elements from the custom platformer games we have been building at home. Python arcade comes with loads of mini examples which you can add to your game: https://api.arcade.academy/en/latest/examples/index.html many of which you will find incorporated here.

- Requirements: The requirements are all contained in the requirements.txt file. At the moment they are very basic but as we start optimising and testing I will add to them.
- If you want to fork or further develop the code then you can. I have tested it on both Windows 10 and 11 so I know it works on those platforms.

- I have now tested this quite a bit and it works as long as you set up the virtual environment correctly.

- Disclaimer: I cannot guarantee that this is a traditional type of platformer. The only guarantee I can give is that the whole thing has been a load of fun to build and therefore you might well enjoy playing it.
- If you want to run it just download, unzip the folder and run the .exe in the dist folder. There are 18 levels.

0 comments on commit 1744240

Please sign in to comment.