Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

MotC

Retro game development tool 路 By Tom Mulgrew

Community

New topic
2
Topics

Recent updates

v1.3.1 performance improvements
2
No new features, but the runtime has been optimised and runs about 20% faster...
1 file
v1.3.0 with export to Raspberry Pi
MotC can now export to Raspberry Pi (64-bit), meaning you can deploy to aarch64 devices popular retro handhelds. Programs will now the 'gamecontrollerdb.txt' co...
1 file
v1.2.5
3
Contains a couple of bug fixes, in particular one for a nasty GC bug. Also some improvements to the texture mapping functions (including a perspective correct v...
1 file
v1.2.4 constants and parameter default values
2
v1.2.4 has been released with a couple of nice-to-have language features: int, float, bool and strings can be declared as constants, e.g.: const int MAX = 10; P...
1 file
v1.2.3 mousewheel() and minor fixes
3
v1.2.3 has been released. A minor update, mainly to fix a debugger issue where hovering over "null" would crash the application. Also adds a "mousewheel" runtim...
1 file
v1.2.2 variable scoping and web export fix
1
MotC version 1.2.2 has been released. Variable scopes "for", "while", "if" and "else" statements now create variable scopes. Variables declared within a scope a...
1 file
v1.2.1 add support for array based for loops
5
A small update to add support for array based for loops. The syntax is similar to C++: for (type elem : array) { [do something with "elem"] } For example: struc...
1 file
v1.2.0 - Intellisense release
4
MotC now has intellisense, including: Errors displayed as you type Autocomplete Hover over items to seen definition Hover over library functions to see document...
1 file
Topic
Last post
Hi There, I tried to export a sample program to Windows. But I鈥檓 getting the following error on the powershell termina...
started by Indrajith K L Apr 17, 2024
3 replies
121 views
It's been a while since I've encountered such an exciting game engine 馃専 Could you please add an option that when in f...
started by michyo Dec 30, 2023
3 replies
261 views