-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# liberation-circuit | ||
|
||
version: beta | ||
|
||
This the beta version of Liberation Circuit, an RTS/programming game. | ||
|
||
To play, run LibCirc.exe. | ||
|
||
It should compile on any OS supported by Allegro 5 - to build, compile the c files in the source directory and link with Allegro 5. | ||
|
||
You will also need the data files from the Windows release, and the game requires write access to its base directory to save mission progress. | ||
|
||
Don't try to compile the .c files in the /proc or /story subdirectories! They are code used by the game itself. |