lordmauve / dark-world

A Pyweek 25 entry, for the theme "Two Worlds"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Dark World

https://pyweek.org/media/dl/25/wasabi25/day6-1.png

The Dark World is a web-based MMO written for Pyweek 25. The theme was "Two Worlds".

Installing

The Dark World requires Python 3.6 or later.

Install the dependencies by running:

$ pip install -r requirements.txt

Running

Run the game using run_server.py:

$ python3.6 run_server.py

This will launch a server on port 8000 (on all interfaces).

Visit http://localhost:8000/ in a browser to play the game.

License & Attribution

The Dark World was written by Daniel Pope and is licensed under the GNU General Public License, version 3 or later.

Various 3D assets are licensed CC0 by kenney.nl.

About

A Pyweek 25 entry, for the theme "Two Worlds"

License:GNU General Public License v3.0


Languages

Language:JavaScript 73.8%Language:Python 24.7%Language:CSS 0.9%Language:HTML 0.5%Language:Shell 0.0%