Demo of 'Arcana' game written Ada

Hi all,

Here is a video of a hobby game I’ve been playing with playing with lately.

The game is written in Ada (of course) and is very much a WIP. The game can be built in single player mode when built with gprbuild or in multi-player mode when built with polyorb’s po_gnatdist, using exactly the same code base. It’s only 2d and there is much to do :slight_smile: .

Just thought it may be of some interest.

Regards.

17 Likes

Nice!

We like source code too. I think it’s here: charlie5/arcana: An online, real-time, multi-player, medieval, fantasy roleplaying game. - Codeberg.org

More projects on Codeberg here: Explore - Codeberg.org

Yes, that’s the arcana git repo.

The game engine library (GEL) is here GitHub - charlie5/lace: A set of Ada components to allow 3D simulations, games and GUI's in Ada.

Tbh, I’m not overly proud of a lot of the code (in both). I overuse access types and there are a lot of TODO’s. Frankly the whole thing could do with a re-write, if I had the time :slight_smile: .

The game engine also handles 3d … https://www.youtube.com/watch?v=f2Ot8jFjuDw