Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nanoy42/supermorpion
A bigger (and more interesting) version of tic-tac-toe
https://github.com/nanoy42/supermorpion
Last synced: 6 days ago
JSON representation
A bigger (and more interesting) version of tic-tac-toe
- Host: GitHub
- URL: https://github.com/nanoy42/supermorpion
- Owner: nanoy42
- License: gpl-3.0
- Created: 2020-03-25T12:38:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-04T19:44:39.000Z (about 2 years ago)
- Last Synced: 2024-10-30T08:55:52.263Z (about 2 months ago)
- Language: Python
- Size: 193 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SuperMorpion
## What is it ?
SuperMorpion is a bigger (and more interesting) version of the classic tic-tac-toe game. You can play at https://supermorpion.nanoy.fr.
## Installation
To install the game, you will need:
* python3 and pip
* postgresql
* redis
* some python dependenciesFirst thing is to clone the project:
```
git clone https://github.com/nanoy42/supermorpion
```Then install the python dependencies:
```
pipenv install --ignore-pipfile
```You can install the dev dependencies with :
```
pipenv install --dev --pre
```Finally copy the final settings example file :
```
cp supermorpion/local_settings.example.py supermorpion/local_settings.py
```and edit the file to adjust settings.