diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-24 21:53:43 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-08-24 21:53:53 +0700 |
commit | f80c310c0f9d38f19255a3555a55bde1cd535c87 (patch) | |
tree | abf76e6648ecee5357cbecf086d21d023312958a /content/projects/axuy.md | |
parent | 1f8681eae557f4963c2b44ce5927222d0bfbaf82 (diff) | |
download | blog-f80c310c0f9d38f19255a3555a55bde1cd535c87.tar.gz |
Add projects section
Diffstat (limited to 'content/projects/axuy.md')
-rw-r--r-- | content/projects/axuy.md | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/content/projects/axuy.md b/content/projects/axuy.md index d01393c..289c803 100644 --- a/content/projects/axuy.md +++ b/content/projects/axuy.md @@ -9,14 +9,16 @@ author: cnx authorURL: https://cnx.srht.site projectURL: https://sr.ht/~cnx/axuy/ projectStatus: stagnant +categories: ["software", "game"] --- -I added face culling and added texture to the 3D shooting game *axuy* by -[McSinyx][cnx]. +*Axuy* is a prototype multiplayer 3D shooting game. It is a very bare +prototype, which you can extend by adding some texture to objects. + +The game allows multiplayer over a network. +You can also add bots to play with you. <picture> <source srcset="/images/axuy.webp" type="image/webp"> <img alt="axuy" src="/images/axuy.png"> </picture> - -[cnx]: https://cnx.srht.site/ |