This is a 2D-shooter with multiplayer, based on NCurses.
Also known as "Bionicle Counter-Strike", but "Curses-Strike" sounds better.
Architecture/compiler | Status of master |
---|---|
x86_64 gcc | |
x86_64 clang | |
armv7l linaro | |
mips-24kc openwrt |
How to build:
- Clone this repo
cd
to root directory of this repomake help
will give you some helpCONFIG=debug make
if you want the most debuggable output, ORCONFIG=prerelease make
if you want release with debugging symbols (this is the default), ORCONFIG=release make
to make release, ORCONFIG=wild make
to make wild release with the smallest size- Executables are in
bin
subdirectory - If you want a single target, just point it, for example:
make cs
- If you want a single target in certain configuration:
CONFIG=release make cs
If you want to cross-compile:
- Set up your toolchain in Makefile.arch, or pass
CROSS_COMPILE=<toolchain-canonical-name>
to the environment - Add
-f Makefile.*arch*
to the everymake
command, for example:CONFIG=release make -f Makefile.MIPS cs
Feel free to send issues and pull requests.
Copyleft (c) Linux Flowers Team, 2018