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
cdto root directory of this repomake helpwill give you some helpCONFIG=debug makeif you want the most debuggable output, ORCONFIG=prerelease makeif you want release with debugging symbols (this is the default), ORCONFIG=release maketo make release, ORCONFIG=wild maketo make wild release with the smallest size- Executables are in
binsubdirectory - 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 everymakecommand, for example:CONFIG=release make -f Makefile.MIPS cs
Feel free to send issues and pull requests.
Copyleft (c) Linux Flowers Team, 2018
