What's new
Choice of Mods

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

How to access the game code choice game

How can it make it like this???
Look. When a cs game is compiled from the cs compiler into an html file, the code will not appear in cs code, but in html/css/js code. This isn't dashingdon, it's ifcomp. Usually, what the authors will do, is, release the game for free on itch.io or dashingdon, right after ifcomp ends. I'll try to make the code neat to read by tomorrow
 
Look. When a cs game is compiled from the cs compiler into an html file, the code will not appear in cs code, but in html/css/js code. This isn't dashingdon, it's ifcomp. Usually, what the authors will do, is, release the game for free on itch.io or dashingdon, right after ifcomp ends. I'll try to make the code neat to read by tomorrow
thank you so much, you are a savior and kind..you keep answering my questions and keep helping me. Thank you hilise ☺️🙏
 
(both on phone or PC):
If you are looking to code dive on a wip, just add "scenes" at the end of the link url: https://dashingdon.com/play/sailing...demo---early-release-for-tumblr/mygame/scenes
(on PC)
but if you want to code dive on a released game then use an online apk extractor (this is one of the ways you can do it). After the apk file is extracted, find the html file (index.html) and open it with Notepad or Visual Basic
I'm sorry, I know this thread is old now, but when I open an html file on notes, this is what appears:
Screenshot 2025-06-10 at 00.25.10.png
Update: Worked on windows parallel desktop.
 
Back
Top