Re: ANN: Boulder Dash in OCaml
Daniel Bünzli <[email protected]>
| Newsgroups | gmane.comp.lang.caml.inria |
|---|---|
| Message-ID | <76aQzHorTXNXB9VNMtHCyZHizX5L2QasWKOSiTaBym7bqOt3H8NvIhYnysxTlEu54KnwJfs83OsvtANxqMQ0nxMrwWWGn1ez2MjPC7RN4JY=@erratique.ch> |
On Tuesday, 12 November 2024 at 16:55, Andreas Rossberg <[email protected]> wrote: > Boulder Dash() was my favourite computer game in the 8-bit era, Nice remembrance, thanks! I also likely spent quite a few days with it on a C64. As WASM support is being merged to js_of_ocaml [0] this is screaming for a web page implementation to taste your own food :-) (and would nod to [1]). I quickly tried to compile to js with js_of_ocaml's graphics version [2] but I timed out before getting something functional. Best, Daniel [0]: https://github.com/ocsigen/js_of_ocaml/pull/1724 [1]: https://ocsigen.org/js_of_ocaml/latest/manual/files/boulderdash/index.html [2]: https://ocsigen.org/js_of_ocaml/latest/api/js_of_ocaml-lwt/Graphics_js/index.html