
TiNY's GardEEn
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
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..
Use WASD to move enter to take item, of creature and space to hit tree or ennemy.
The game works also with a game controller (tested with xbox gamepad).
```
```
Updated (6 october 24 20:30) : 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);
}
```
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 !
```Use WASD to move enter to take item, of creature and space to hit tree or ennemy.
The game works also with a game controller (tested with xbox gamepad).
```
```
Updated (6 october 24 20:30) : 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);
}
```