Not a Logic.ly Ripoff
A downloadable game
Place logic gates and connect them. simulate to your heart's content
Status | Prototype |
Author | SevenSignBits |
Genre | Simulation |
Download
Install instructions
This game relies on the SDL1.2 library. This can be found through a variety of package managers. Because my platform of choice, Ubuntu Linux, is built around the System-V ABI, I use the same in my code (the entire thing is coded in x86_64 assembly).
The assembler I use is yasm. AKAIK, this is completely compatible with nasm. To change assemblers, change the 16th line in the Makefile to 'ASM=nasm' without the single quotes.
To build the project, in your terminal, go to the main directory and type 'make all'.
This project only relies on SDL1.2 and glibc. Most standard Linux distros will come with glibc already installed. You may need to install SDL1.2 on your own.
Leave a comment
Log in with itch.io to leave a comment.