A project to create a simple 2d game using python
- Thepigcat76 - Project Managment, Lead Dev
- N1cohd1 - Lead Artist
- TheHackerChampion - Dev
- ReadyPlayerOne_07 - Dev
- Pfornax - Animation loader
- GH-Syn aka Cyré - Documentation and cleanup
A small showcase: https://www.youtube.com/watch?v=33B_9wH1VLU
A showcase of the dynamic map gen: https://www.youtube.com/watch?v=jVYOqr7GQzY
Our new website: https://harmonious-pixie-1dd5af.netlify.app/
To run the project, install python and the pygame library, open it in VSC and run the main.py file using the python extension.
Good to know: We have created a very easy way to load animations using pygame. If you want to check it out go to one of the animations.py files. We have also made it easy to add buttons, toggles and chats to your game. If you want to use this go to gui.py
If you want to contribute there are some restrictions:
- Follow the formatting and codestyle (Brackets and conditions on one line)
- Do not change any of the critical files like README, LICENSE or .gitignore. If you notice issues with them request changes from a contributor.
- Of course your contributions also have to follow the github guidelines!
- Document your changes! A great example is Pull request #73 Tip:
- Create a discussion thread for features you would like to implement so you can make sure your features will be accepted
Thepigcat’s anti-drama license
This open-source license gives you permission to use the source code, fork this project and modify it for contribution to the main project or private use. But it prevents you from redistributing the project without making incremental changes to the source code. When doing so, you must also use the same license and credit the original author(s).
You are not allowed to use any art without explicit permission from the team either.
- Download the main.zip folder in the output folder
- If Windows is blocking the download just press on more details and try it again
- Extract the folder in your downloads folder
- Then run the main.py file
- If you get blocked follow the next steps:
- Open your terminal by typng in cmd in your windows search bar
- Then go to the main folder by using "cd -your next folder-"
- When you got the main folder type in "main.exe" and press ENTER
- Now the game should start: HAVE FUN!
Note: We're currently working on a better solution to run the game. If you want to check out the progress to to the ytbng-bootstrapper