diff options
Diffstat (limited to 'src/assets/projects/07-tuxman.md')
-rw-r--r-- | src/assets/projects/07-tuxman.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/assets/projects/07-tuxman.md b/src/assets/projects/07-tuxman.md new file mode 100644 index 0000000..46d82f6 --- /dev/null +++ b/src/assets/projects/07-tuxman.md @@ -0,0 +1,9 @@ +--- +name: tuxman +repo: tuxman +--- + +tuxman is a recreation of the arcade multiplayer pacman battle game where pacman +have to avoid ghosts and each eachother to win! Its written in TypeScript (im sorry), +and fetures a full map editor with custom map support. It uses [rollback](https://git.tint.red/tint/rollback) +netcode, and you can play a hosted version at [freya.cat/pacbattle](https://freya.cat/pacbattle). |