dpleshkov / eteria

My first attempt at making a multiplayer game. I no longer support this code, it is here purely for archival and learning purposes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Eteria

Eteria is my attempt to make a production-ready multiplayer io game. The current test server can be found on https://eteria.herokuapp.com . I am constantly optimizing internal and client code so that the game does not "lag". Right now the game may seem barren and very simplistic, but I am planning to add features and mechanics once the optimization issues are fixed.

Running Your Own Server

  • Make sure you have Python 3 installed on your computer

  • Download the repository using git clone https://github.com/dpleshkov/eteria.git or by using the "Download ZIP" button.

  • Navigate to the folder in your terminal using cd

  • Run python3 -m pip install -r requirements.txt to install the libraries needed

  • Finally, run python3 app.py to start the game server. In your browser, navigate to http://localhost:5000 to play. Others on your local network may also play by going to http://<YOUR IP>:5000.

About

My first attempt at making a multiplayer game. I no longer support this code, it is here purely for archival and learning purposes

License:MIT License


Languages

Language:Python 48.9%Language:JavaScript 28.3%Language:HTML 22.6%Language:CSS 0.2%