MotC
A downloadable tool
Download NowName your own price
Requires Windows or Linux and Visual Studio Code.
Motc is also available from the Visual Studio Extensions Marketplace.
MotC is a tool for creating retro games, packaged as a Visual Studio Code extension.
It features:
- A simple C-like language, with automatic garbage collection.
- Intellisense.
- Symbolic debugging.
- A 320x240 graphics mode using an index colour palette. (Resolution can be increased if desired.)
- Sound and streaming music playback.
- Keyboard, mouse and gamepad input.
- Exporters for:
- Windows
- Linux
- Web (with touch screen controller emulation for mobile devices)
- Documentation and examples
MotC is designed to be an easy to pickup environment for creating 2D games. Everything is built-in, there are no extra libraries to download and configure, just install the extension and go. The code compiles quickly in memory to a byte-code format allowing for quick iteration and experimentation, with full symbolic debugger support, so you can see exactly what your code is doing.
See Whiplash Taxi Co + for an example game that was created with MotC.
Status | Released |
Category | Tool |
Rating | Rated 5.0 out of 5 stars (2 total ratings) |
Author | Tom Mulgrew |
Made with | SDL |
Tags | compiler, development, Retro, tool |
Asset license | Creative Commons Zero v1.0 Universal |
Download
Download NowName your own price
Click download now to get access to the following files:
motc-1.2.4.zip 4.7 MB
Development log
- v1.2.4 constants and parameter default values60 days ago
- v1.2.3 mousewheel() and minor fixes76 days ago
- v1.2.2 variable scoping and web export fix89 days ago
- v1.2.1 add support for array based for loopsAug 01, 2024
- v1.2.0 - Intellisense releaseJul 28, 2024
- Windows export fixApr 18, 2024
- v1.1.0Feb 18, 2024
- v1.0.2Jan 21, 2024