Menu Screen

The Citadel Spires

This entry is a static-site browser-based game.  It uses brython to be able to use python instead of javascript as the scripting langauge.  100% of the game logic is implemented in main.py.  It uses Phaser 3 as the game engine.

All of the art/assets were created during the week using the following tools:

  • Aseprite (base sprites and animation)
  • GIMP (Final texture atlas)
  • Tiled (Mapping)

I published a static site version of this at https://quikli.gitlab.io/thecitadelspires/ for those that would prefer to just play the game and not have to download the source & run it.

The source distribution can be run in any modern python interpreter. You can run the game by running the following command in your terminal from
within the folder containing main.py

python -m http.server


You can then open any browser to run it. (http://localhost:8000/)
I developed it using firefox.  I tested it on a low-power chromebook.  It should run just about anywhere.

The Game

The game itself is a non-combat adventure game, but with the ability to die if you get hit too much.

You are a prisoner cast away to an island where there is a mysterious temple.  Your goal will be to escape.

Awards

Give this entry an award

Scores

Ratings (show detail)

Overall: 3.5
Fun: 3.3
Production: 3.7
Innovation: 3.5

6% respondents marked the game as not working.
Respondents: 15

Files

File Uploader Date
Citadel_Spire.zipfinal
Source distribution
Quikli 2020/09/26 23:41
menu.png
Menu Screen
Quikli 2020/09/26 23:39