v0.1.0 released
MotC » Devlog

Key features of this release are exporting to Windows, and game controller support.
Used to create the updated "Whiplash Taxi Co" game which I'm releasing shortly.
Full release notes:
- Export to Windows executable (command "Export as Windows Application").
 - Game controller support.
 - Multi-line string literals.
 - New 
intervalfunction overload to update gamestate at a fixed rate, dropping render frames if necessary. - Reworked keypress logic to use keyboard buffer queues. (One for scancodes, and one for characters). This is a breaking change in that 
keypris no longer a runtime function. Usegetkeyandgetcharinstead. - New 
clearkeysfunction to clear the keyboard buffers. - Fixed op-code optimisation bug that could produce incorrect code.
 - Fixed boolean expression not requiring a boolean value.
 - Ternary operators 
?and:(e.g.size = n > 5 ? "big" : "small"). - Disallow variables with the same names as runtime functions.
 - Add missing 
KEY_ESCAPEconstant (for keyboard functions). - Save text to file.
 - Save/load memory blocks to/from file.
 - Compiler directives for heap and stack size, window title.
 - Added missing runtime functions to documentation.
 
Files
motc.zip 8 MB  
 Nov 27, 2023
Get MotC
Download NowName your own price
MotC
Retro game development tool
| Status | Released | 
| Category | Tool | 
| Author | Tom Mulgrew | 
| Tags | compiler, development, Retro, tool | 
More posts
- v1.3.4 reliability and rumble9 days ago
 - MotC v1.3.3 released23 days ago
 - v1.3.2 bug fix release (with correct version number!)Apr 18, 2025
 - v1.3.1 performance improvementsJan 16, 2025
 - v1.3.0 with export to Raspberry PiJan 12, 2025
 - v1.2.5Dec 08, 2024
 - v1.2.4 constants and parameter default valuesSep 17, 2024
 - v1.2.3 mousewheel() and minor fixesAug 31, 2024
 - v1.2.2 variable scoping and web export fixAug 19, 2024
 - v1.2.1 add support for array based for loopsAug 01, 2024
 
Leave a comment
Log in with itch.io to leave a comment.