A side-scrolling fullstack pixel game where player has to make the character avoid obstacles, collect coins, and kill the monsters. The game uses Flask as its backend, PostgreSQL as database, and CSS, HTML and JS as its frontend.
The repository contains the following files and folders:
app/main.py
: where all the routes, models, imports and database configurations are in.wsgi.py
: what the deployment host look for to run the backend.requirements.txt
: all the dependencies to run the APIs mentioned here.runtime.txt
: the version of Python to use as runtime mentioned here.
index.html
: the mainHtml
file for the game.indexAr.html
: the Arabic version ofindex.html
.script.js
: the JavaScript file.style.css
: the CSS file.sound
: a folder that has all the sounds used in the game.img
: a folder that has all the images used in the game.ArabicPixel1.ttf
andArabicPixel2.ttf
: the fonts used in the game.Runman.zip
: the game in .zip file to download via thedownload
button insideSettings
.
You can play the game online via this link.