You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey Engil! I was looking to contribute to your repo! Was wondering how I could get the code running and where I can get the Gameboy files to test it with?
The text was updated successfully, but these errors were encountered:
To get the code running, you need a recent enough version of OCaml, and install the dependencies through opam (should be tsdl, bos, cmdliner, hex, maybe some I'm forgetting), then dune build sdl/main.exe.
Then you can find the emulator in _build/default/sdl/.
It's a bit rough around the edges right now I didn't had time to work on it again since, I will make it simpler one day and do an actual opam file. :)
As for the game, well, can't really advertise how to fetch Tetris (one of the two games currently running on it), but it should be running fine.
On the other end you can fetch Tobu Tobu Girl for free over there: https://tangramgames.dk/tobutobugirl/
It should run fine as well.
Like README says, I don't support much of anything, still quite a bit of work to do, but these two games works. well enough.
Feel free to ask more questions, I'll try to answer if I have time. :)
Hey Engil! I was looking to contribute to your repo! Was wondering how I could get the code running and where I can get the Gameboy files to test it with?
The text was updated successfully, but these errors were encountered: