1
0
Fork
You've already forked corewar
0
This project involves creating a virtual arena, and having simplistic-language programs fight each other. You will thus get acquainted with VM conception (with instructions it recognizes, registers, etc) and compilation problems of an assembly language in bytecode. In bonus, the pleasure to have your champions fight in the arena.
C 48.5%
Makefile 34.3%
Nix 10.5%
Shell 6.7%
dyn 18eee784e3
🐛 fix(Makefile): cleanup source generation script
Signed-off-by: dyn <oss+dyn@xtrm.me>
2025年12月21日 11:16:42 +01:00
include/corewar 🚧 wip(project): add basic project structure w/ multi sourceset 2025年12月21日 11:00:50 +01:00
src 🚧 wip(project): add basic project structure w/ multi sourceset 2025年12月21日 11:00:50 +01:00
third-party 📦 deps: init dependencies 2025年12月21日 10:28:17 +01:00
.envrc feature: initial commit 2025年12月21日 10:27:38 +01:00
.gitignore 🚧 wip(project): add basic project structure w/ multi sourceset 2025年12月21日 11:00:50 +01:00
.gitmodules 📦 deps: init dependencies 2025年12月21日 10:28:17 +01:00
development.mk feature: initial commit 2025年12月21日 10:27:38 +01:00
flake.lock 📦 deps(flake.lock): init lockfile 2025年12月21日 10:28:15 +01:00
flake.nix feature: initial commit 2025年12月21日 10:27:38 +01:00
gensources.sh 🐛 fix(Makefile): cleanup source generation script 2025年12月21日 11:16:42 +01:00
LICENSE feature: initial commit 2025年12月21日 10:27:38 +01:00
Makefile 🐛 fix(Makefile): cleanup source generation script 2025年12月21日 11:16:42 +01:00
README.md feature: initial commit 2025年12月21日 10:27:38 +01:00
shell.nix 🐛 fix(Makefile): cleanup source generation script 2025年12月21日 11:16:42 +01:00
sources.mk 🐛 fix(Makefile): cleanup source generation script 2025年12月21日 11:16:42 +01:00

corewar

License

This project is licensed under the ISC License.