https://github.com/tsoding/infinite-pong-jai-wasm64
"Infinite" Pong with Two Balls in Jai Compiled to Wasm64
https://github.com/tsoding/infinite-pong-jai-wasm64
Last synced: 12 months ago
JSON representation
"Infinite" Pong with Two Balls in Jai Compiled to Wasm64
- Host: GitHub
- URL: https://github.com/tsoding/infinite-pong-jai-wasm64
- Owner: tsoding
- License: mit
- Created: 2024-12-10T22:55:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T13:59:10.000Z (over 1 year ago)
- Last Synced: 2025-04-29T12:18:49.590Z (about 1 year ago)
- Language: JavaScript
- Size: 233 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# "Infinite" Pong with Two Balls in Jai Compiled to Wasm64
Make sure you browser have Memory64 feature enabled
```console
$ jai -version
Version: beta 0.1.096, built on 26 November 2024.
$ jai first.jai
$ cd public/
$ python3 -m http.server 6969
$ xdg-open http://localhost:6969/
```