French Trailer of K&G v0.1 : https://www.youtube.com/watch?v=xzCmgxNOjls
Knights and Gobelins is a Tabletop game that I've developed for my French Baccalaureate (High School Diploma). K&G will need you to install pygame https://www.pygame.org/wiki/GettingStarted by using pip https://pip.pypa.io/en/stable/installing/
cd ~/Desktop/
sudo apt install pip -y
orsudo yum install pip -y
depending on your package managersudo python -m pip install -U pygame
python ./<The_Path_Of_Knights_and_Gobelins.py>
Solo fights against monsters : When the green cursor align with the grey one press Space Key to attack the enemy ! Care, Horde of monsters will need several attacks to be defeated.
- Western Panic ! (2 Players) : 2 player stand against each other, the fastest cowboy win !
- Thief's party ! (2-4 Players) : 2-4 players plays as thiefs who try to reach the top of te building to evacuate !
- Archer's Duty ! (Solo) : The player need to click on every target that pass on the screen, if one target don't get hit and goes out of screen the player loses.
- Training for the league ! (Solo) : Click on the button as much as you can to try to win !
- Add the Backpack and Merchants feature.
- Add alternatives map styles with new biomes and new dispositions.
- Add Options tab on the menu and improve global performance of the game to have a static Framerate (or something close to static).
- Add a Piano Solo Mini-game where a melody is played by the computer and the player will need to play it again !
- Add Boss related events such as a portal that leads to the final boss "Steele".
- Add several Multiplayer Mini-games specificly for 3 and 4 players.
- Since the game is only avaible in french for now, and so is all the script, I'll try to update it later to make it more "Worldwide".
- Fix a bug that made key press not recognized on Mac OSX
- Improved performance on menu and animation
- Silenced all the print
- Add Global Tick_rate var
- Add useless wait to know what if statement are empty