diff options
Diffstat (limited to '2026/submissions/threecoff/clennis/README.md')
| -rw-r--r-- | 2026/submissions/threecoff/clennis/README.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/2026/submissions/threecoff/clennis/README.md b/2026/submissions/threecoff/clennis/README.md new file mode 100644 index 0000000..ff24512 --- /dev/null +++ b/2026/submissions/threecoff/clennis/README.md @@ -0,0 +1,26 @@ +# Clonk Tennis + +## To build the C version + + +```sh +./scripts/build-native.sh +./build-native/tennis +``` + +## Building web version + + +```sh +./scripts/setup-emsdk.sh +``` + + +```sh +./scripts/build-web.sh +python -m http.server -d build-web 8000 +#open http://localhost:8000/tennis.html +``` + +Tennis racket from https://www.artstation.com/marketplace/p/LO8dg/cartoon-tennis-racket-3d-model +Music from https://pixabay.com/music/upbeat-retro-arcade-game-music-297305/ |
