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.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
Windows export fix
2
A small bug-fix release to address an issue where exporting fails in Windows due to it opening a PowerShell terminal instead of a cmd.exe terminal depending on...
1 file
v1.1.0
3
New v1.1.0 release. Highlights: New "#include" directive similar to C/C++, for splitting large projects into multiple files, or creating re-usable libraries of...
1 file
v1.0.2
2
Just a minor update. Mainly to make some under-the-hood changes to the way heap allocation and garbage collection works. Change list: Under-the-hood changes to...
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
91 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
226 views