- You Want to Watch the World Burn - on Steam!
- 18 Jun 2024 11:20:41 am
- Last edited by VitalAsh on 31 Jul 2024 06:18:31 pm; edited 1 time in total
https://store.steampowered.com/app/3029680/You_Want_to_Watch_the_World_Burn/
Originally written for the TI-84+ CE calculator, the PC port of YWTWTWB is now purchasable on steam in a couple weeks!
Compared to the calculator version, it features:
🎧Lovely atmospheric sound and ambience
🎮Xbox and Dualshock-via-USB support (Dualshock-via-bluetooth likely works)
🇯🇵Japanese and English localization
â–ºMany improvements and tweaks that make the game stronger
â–ºBug fixes
â–ºA better first level, and an interactive tutorial
â–ºIt runs faster
This PC port is written in the closed-beta programming language Jai.
Being on Windows, I had the opportunity to add a fun easter-egg (5mb GIF):
See this cool debug audio visualizer! I love keeping things on the pixel grid. When you play the game, you can press [T] to turn it on at any time!
https://i.imgur.com/sLzonSn.mp4
The game is now 6,698 lines of code from the calculator version's 2,136.
(Original calculator version running):
The worst thing about the original source was my sarcastic comments. Because your code was rated on its comments as per the contest rules, and my code was self-explanatory as code with nothing further to add, I had done a lot of things like
// Player speed
int player_speed = 0;
The best thing about the original source was that the TI-84+ CE toolchain library is so simple that it took just hours to reimplement and get running on a Windows computer. It's not bloated but rather very elegant.