Monaco supports Xbox 360 controllers.
To emulate an Xbox 360 controller using another gamepad, use x360ce (32-bit):
- Place the executable in the game directory.
| { | |
| "start": [12,42,82], | |
| "mapNames": [ | |
| "Temple of Roo, Level 2", | |
| "Techo Cave 1", | |
| "Techo Cave 2", | |
| "Techo Cave 4", | |
| "Techo Cave 3", | |
| "Techo Cave 5", | |
| "Techo Cave 6", |
| /* | |
| * TASK: | |
| * Calculate the 15th element for this sequence: 2, 2, 4, 6, 10, 16, ... | |
| */ | |
| const sequence = (n) => { | |
| if (n < 0) { | |
| throw new Error('n must be >= 0'); | |
| } | |
| return _sequence(n, 0, 0, 0); |
Monaco supports Xbox 360 controllers.
To emulate an Xbox 360 controller using another gamepad, use x360ce (32-bit):