What's new
Choice of Mods

Join our amazing community to find Choicescript games and modifications to improve your gameplay!

How to access the game code choice game

hilise

Well-known member
Member
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
 

ozekia

Active member
Member
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 ☺️🙏
 

herakies

New member
Member
(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.
 
Top