albinjal / Ada_Project

Ada school project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ada_Project

Yatzy multiplayer terminal game currently under construction for school project. Assignment: https://www.ida.liu.se/~TDDD11/2019/Matr/SN/projectmaterial.sv.shtml

How to compile (Using gnat)

First, make sure you are in the correct folder (Klient or Server)

Klient:

gnatmake  -aL/courses/TDDD11/TJa/obj -aI/courses/TDDD11/TJa/src -aO/courses/TDDD11/TJa/obj  klient.adb

Server:

gnatmake  -aL/courses/TDDD11/TJa/obj -aI/courses/TDDD11/TJa/src -aO/courses/TDDD11/TJa/obj -I../Klient server.adb

About

Ada school project

License:MIT License


Languages

Language:Ada 99.7%Language:Shell 0.3%