Experimental minimal terminal rogue-like game in Ada programming language. I used to write a lot of Ada programs some time ago, then went in full C and assembly mode, and came back to Ada...
Go to file
2023-10-15 12:56:21 -04:00
action.adb Commiting... 2023-10-15 12:56:21 -04:00
action.ads Commiting... 2023-10-15 12:56:21 -04:00
ammunition.ads Commiting... 2023-10-15 12:56:21 -04:00
animal.ads Commiting... 2023-10-15 12:56:21 -04:00
armour.ads Commiting... 2023-10-15 12:56:21 -04:00
compile.sh Separating the project into packages... 2023-10-15 09:08:31 -04:00
core.adb Making stuff less bad I hope... 2023-10-15 12:35:38 -04:00
core.ads This looks somewhat nice... 2023-10-15 12:40:35 -04:00
game.ads Commiting... 2023-10-15 12:56:21 -04:00
install.sh Just data structure barebones for a tiny game for now... 2023-10-08 15:11:04 -04:00
item.ads Commiting... 2023-10-15 12:56:21 -04:00
LICENSE Initial commit 2023-10-08 15:08:14 -04:00
magic.ads Commiting... 2023-10-15 12:56:21 -04:00
main.adb Commiting... 2023-10-15 12:56:21 -04:00
map.adb Making stuff less bad I hope... 2023-10-15 12:35:38 -04:00
map.ads Commiting... 2023-10-15 12:56:21 -04:00
monster.ads Commiting... 2023-10-15 12:56:21 -04:00
plant.ads Commiting... 2023-10-15 12:56:21 -04:00
player.adb Making stuff less bad I hope... 2023-10-15 12:35:38 -04:00
player.ads This looks somewhat nice... 2023-10-15 12:40:35 -04:00
README.md Initial commit 2023-10-08 15:08:14 -04:00
weapon.ads Commiting... 2023-10-15 12:56:21 -04:00

xabina

Experimental minimal terminal rogue-like game in Ada programming language. I used to write a lot of Ada programs some time ago, then went in full C and assembly mode, and came back to Ada...