Text and client-server socket based idle game where you sell Pizzoccheri in order to pay my university tuition fee.
Go to file
Claudio Maggioni 6214476cad Updated README and license 2018-12-27 13:09:49 +01:00
out Out directory kept in repo 2018-01-10 09:23:34 +01:00
.gitignore Out directory kept in repo 2018-01-10 09:23:34 +01:00
LICENSE.md Updated README and license 2018-12-27 13:09:49 +01:00
Makefile Il client funge 2018-01-05 21:44:22 +01:00
README.md Updated README and license 2018-12-27 13:09:49 +01:00
client.c Il client funge 2018-01-05 21:44:22 +01:00
gamedata.c Server funzionante 2018-01-01 14:14:05 +01:00
gamedata.h Server funzionante 2018-01-01 14:14:05 +01:00
server.c Il client funge 2018-01-05 21:44:22 +01:00
specifica.md Aggiunto documento della specifica 2017-12-21 12:38:21 +01:00

README.md

UniversalPizzoccheri

Text and client-server socket based idle game where you sell Pizzoccheri in order to pay my university tuition fee.

Italian warning

Although most of the source code is in english, this project contains hardcoded italian strings. Use at your own risk.

Building from source

  • client: make client
  • server: make server
  • cleaning leftowers from previous builds: make clean