Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.69 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.69 KB

Stiek-Bellum

EN

An RTS type game done as an academic project in the first year of university
The result of a collaboration between Speedphoenix and Lazovchik

The ready-to-play game is in the 'compiled version' folder.
If you can't open the game by double click you can do so by opening the folder in a terminal and go:
./Stiek_Bellum

This was built on Linux using the Code::Blocks IDE, building on different platforms may cause various problems

This game is only supported on Linux

This was build using the Allegro library

Make sure you have installed the Allegro library if you want to build/play this

To install allegro, open a terminal and do:
sudo apt update
sudo apt install liballegro4 or liballegro4-dev to build it


FR

Un Jeu de Strategie en Temps Réel (RTS) fait en première année d'études d'ingénieur
Le résultat d'une collaboration entre Speedphoenix et Lazovchik

La version executable du jeu est dans le dossier 'compiled version'.
Si tu ne peux pas lancer le jeu avec un double clic, tu peux le lancer en ouvrant le dossier dans une console et executer:
./Stiek_Bellum

Ce projet a été fait sous Linux grace à l'IDE Code::Blocks, la compilation de ce projet sur d'autres plateformes pourrait disfonctionner.

Ce jeu ne fonctionne pour le moment que sous Linux

Ce projet a été fait grace à la librairie Allegro

Il est nécéssaire d'installer la librairie Allegro pour jouer/compiler ce jeu

Pour installer Allegro, ouvre une consolle et execute:
sudo apt update
sudo apt install liballegro4 or liballegro4-dev to build it