-
-
Notifications
You must be signed in to change notification settings - Fork 52
Tic-80 Integration #152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Tic-80 Integration #152
Conversation
When I run "pip3 install -e ." with this PR I get the following error log:
|
We created an own Makefile to build the project. |
Sorry for the late reply, very busy with work. I managed to reproduce the issue with the loading and saving of states and looking at the code it seems implementing these functions properly will be quite tricky compared to other emulators. One hack would be to make a special version of the game which loads directly into the start of the level but that would mean you need to a special version of the game for every state you want. EDIT: |
Hey, thank you very much for taking a look at our issue. We also came to the conclusion that it would be better to solve the problem inside the game. For our project, we created a loop in the game code. That works as a workaround for us, but isn't the smoothest way, of course. |
Integration of Tic-80 with custom Arcade-Bomber.tic game