Christofosho / scrolling-map

Self-made micro game project. Flask, SocketIO, SQLAlchemy

Home Page:https://scrolling-map.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scrolling-map

About

I designed this project to learn about websockets, and experiment with writing my own game server.

The primary directives of the project include:

  • minimalism;
  • optimization and abstraction;
  • simplicity;
  • flexibility; and
  • extensibility.

All of these together encompass the thought process that went into this project as I actively developed it.

Installing

Pre-Requesites

  1. Download Python 3 (https://www.python.org/)
  2. Download npm (https://nodejs.org)

Set-up

  1. poetry install
  2. npm install
  3. npx webpack

Run

  1. poetry run flask run

About

Self-made micro game project. Flask, SocketIO, SQLAlchemy

https://scrolling-map.herokuapp.com/


Languages

Language:JavaScript 50.1%Language:Python 45.5%Language:CSS 2.8%Language:HTML 1.6%Language:Shell 0.1%