An open API service indexing awesome lists of open source software.

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

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/
```