Day 4-7: Active Development

What? Less than half of the competition is left! And what does it mean? It's time to start active development! The architecture of the game has already been developed, now it remains to complete the animation of all the characters, work out all the mechanics and, of course, fix the bugs.

Day 4-5: This is the basement.

We worked out the base of the game, movement, character classes, and fixed bugs.

Day 6: Very active work.

Our team worked until 0:00 UTC, right before the deadline. Due to our time zone, we stayed up most of the night, but we finished the game right on time! I want to express my deep gratitude to all members of our team, they did a really great job in one day.

Day 7:Testing.

Before publishing the game, we decided to fully test it and fix bugs, as the organizers allowed in the Discord server, and bring it to the ideal. The game is completely ready! We finally finished it, it was a productive work, thank you all!

Very soon we will publish this game and you can play it!

(log in to comment)

Comments

How do I run this game? When I followed the README, I get this.

game/run_game.py        

from: can't read /var/mail/Editor

game/run_game.py: line 2: import: command not found

game/run_game.py: line 5: syntax error near unexpected token `clock'

game/run_game.py: line 5: `clock = pygame.time.Clock()'


When I tried running the python file:

python3 game/run_game.py

Traceback (most recent call last):

  File "game/run_game.py", line 1, in <module>

    from Editor import Base

ModuleNotFoundError: No module named 'Editor'

nevermind I got it