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 15:08:24 -04:00
action.adb Commiting... 2023-10-15 14:31:43 -04:00
action.ads Commiting... 2023-10-15 14:31:43 -04:00
ammunition.ads Commiting... 2023-10-15 14:31:43 -04:00
animal.ads Commiting... 2023-10-15 14:31:43 -04:00
armour.ads Commiting... 2023-10-15 14:31:43 -04:00
compile.sh Commiting... 2023-10-15 13:35:03 -04:00
core.adb Commiting... 2023-10-15 14:31:43 -04:00
core.ads Commiting... 2023-10-15 14:31:43 -04:00
game.ads Commiting... 2023-10-15 14:31:43 -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 15:08:24 -04:00
LICENSE Initial commit 2023-10-08 15:08:14 -04:00
magic.ads Commiting... 2023-10-15 14:31:43 -04:00
main.adb Commiting... 2023-10-15 15:08:24 -04:00
map.adb Commiting... 2023-10-15 14:31:43 -04:00
map.ads Commiting... 2023-10-15 15:08:24 -04:00
monster.ads Commiting... 2023-10-15 14:31:43 -04:00
plant.ads Commiting... 2023-10-15 14:31:43 -04:00
player.adb Commiting... 2023-10-15 14:31:43 -04:00
player.ads Commiting... 2023-10-15 14:31:43 -04:00
README.md Initial commit 2023-10-08 15:08:14 -04:00
weapon.ads Commiting... 2023-10-15 14:31:43 -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...