Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanj93/filetto
A simple CLI game made for academical purposes where two or more opponents challenge them self in a NxN matrix.
https://github.com/ryanj93/filetto
game python
Last synced: 28 days ago
JSON representation
A simple CLI game made for academical purposes where two or more opponents challenge them self in a NxN matrix.
- Host: GitHub
- URL: https://github.com/ryanj93/filetto
- Owner: RyanJ93
- License: mit
- Created: 2020-12-13T07:16:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-26T10:04:39.000Z (over 2 years ago)
- Last Synced: 2023-03-21T10:29:48.439Z (almost 2 years ago)
- Topics: game, python
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# filetto
A simple CLI game made for academical purposes where two or more opponents challenge them self in a NxN matrix.
### Allowed series
Vertical, horizontal and diagonal series are allowed, the minimum series size is 3 up to 5 cells.
### Scores
- 3 cells series: 2 points.
- 4 cells series: 10 points.
- 5 cells series: 50 points.### How to run the game
The only requirement to run this application is the Python interpreter installed on your computer, the minimum Python version required is 3.8.
Developed with ❤️ by [Enrico Sola](https://www.enricosola.dev).