This game is a submission for Ludum Dare 56. View all gamesView submission

A small prototype made for the COMPO to test 2,5D with Gamemaker Studio 2.

I wanted to test some 3D stuff with game maker, with fixed camera, and cartoon’s render. The graphics are basically my test placeholder..

Feed the tiny’s, protect them from hunters.Catch food, catch the tiny’s, Hit tree to find food, hit hunters to release tiny’s !

Added this code to force the gamepad detection on the HTML5 version, the game pad now should be work on the html5 version (tested with xbox gamepad) :

//html5 auto detect     
if (os_browser != browser_not_a_browser)     
{         
    global.gamepad_array[0]=0;         
    gamepad_set_axis_deadzone(0, 0.5);     
}
Updated 4 days ago
Published 9 days ago
StatusPrototype
PlatformsHTML5, Windows
AuthorROBOWARRIOR
GenreSurvival
Made withGameMaker
Tags3D, Cartoon, GameMaker, Ludum Dare 56
Average sessionA few minutes
InputsKeyboard, Gamepad (any)
LinksLudum Dare

Download

Download
SOURCE_CODE_LD56_COMPO_Tinys_GardEEn.zip 2.8 MB
Download
TINYs_GARDEEN_WIN.zip 5.7 MB

Leave a comment

Log in with itch.io to leave a comment.