An open-source football (soccer) casual management game made with coffeescript/javascript (work in progress).
Right now the one-nil project is a class library with a basic teams/players/league iteration. You can follow these steps to take a look in this lib in action:
- install dependencies and run tests:
```
npm install
npm test
```
- open the
functional-test.log
file to see a league in action.
- Coach (and human iteration);
- Player energy and moral;
- Player transference;
- Player/team/league historic;
- Squad formation;