Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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).