Raspberry Pi – TripleA
TripleA is an Open Source project for games like Axis & Allies or Risk. You can say that TripleA is only a game engine for this kind of games. But it is also a complete game, a implementation of the Axis & Allies board game. The game is played like Risk, but it is a bit more complex. It has the setting of the second World War.
Installation
TripleA can be installed with a packet manager. On Debian like system this can be done with the following command:
sudo apt-get install triplea
The game can be started from your starting menu.
The game
The game, or I should better say, the engine has some predefined games and settings. This settings are done with XML files. All relevant information about the game is stored in this files. From different units and values, maps and provinces up to the changes of the core mechanics of the game. It is a good idea to read through the readme before you play a game. The following games are available after a clean installation:
- BigWorld: 1942
A world map with the setting of 1942 during the second World War.
- Lord of the Rings: Middle Earth
a Lord of the Rings version of the game with all different peoples of Middle Earth. - Napoleonic Empires
Europa at the time of Napoleon’s wars.
Remember, this are only some samples. You can install many more settings or you can define your own.
The game is like Risk- It is round based. It can be played in single player mode against bots or online with other human players. For this you can define your own server or you can join another running game.
Game server
Your Raspberry Pi is a bit to slow to run the game smooth. It is a bit to complex to compute so it is not funny to play it on your Pi. A good idea instead is to use the Pi as game server. This is perfect for your Raspberry Pi.
Conclusion
The game is complex, but it is a good strategy game. With it you can have many hours play time. On your Pi you may have a bit more hours to play, because the Pi is a bit too slow. A good solution is to build your own Raspberry TripleA game server.