Skip to content
/ Runman Public

A fullstack side-scrolling pixel web game where player has to make the character avoid obstacles, collect coins, and kill the monsters.

Notifications You must be signed in to change notification settings

BR19-gh/Runman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runman Game

What is the game?

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.

What the Repository contains

The repository contains the following files and folders:

Backend

  • 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.

Frontend

  • index.html: the main Html file for the game.
  • indexAr.html: the Arabic version of index.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 and ArabicPixel2.ttf: the fonts used in the game.
  • Runman.zip: the game in .zip file to download via the download button inside Settings.

Preview

You can play the game online via this link.

About

A fullstack side-scrolling pixel web game where player has to make the character avoid obstacles, collect coins, and kill the monsters.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published