You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
692 B
35 lines
692 B
8 years ago
|
# NFGame, a simple FNC game
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
### Requirements
|
||
|
The next software is needed to run this game:
|
||
|
|
||
|
- Python 2.6 or higher OR
|
||
|
- Python 3.3 or higher
|
||
|
- Flask 0.11 or higher
|
||
|
|
||
|
You can install this as root by doing the following:
|
||
|
|
||
|
- Debian: apt-get install python-flask
|
||
|
- FreeBSD: pkg install py27-Flask
|
||
|
- pip: pip install Flask
|
||
|
|
||
|
### Getting the software
|
||
|
Just clone the software from github:
|
||
|
|
||
|
git clone https://github.com/sciuro/nfgame
|
||
|
|
||
|
### Configure the software
|
||
|
Copy the file nfgame.cfg-example to nfgame.cfg and edit to your preferences.
|
||
|
|
||
|
## Running the game
|
||
|
./run.sh
|
||
|
|
||
|
The site is running on http://<ip>:5000
|
||
|
|
||
|
## Debug mode
|
||
|
You can enable the debug mode by running:
|
||
|
|
||
|
./run.sh debug
|