Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Road GoalerView game page

A driving platformer to get to the finish line
Submitted by CACoronado — 2 days, 7 hours before the deadline
Add to collection

Play game

Road Goaler's itch.io page

Results

CriteriaRankScore*Raw Score
Overall rating#191.4432.500
Level design#191.4432.500
Graphics#191.4432.500
Gameplay#191.4432.500
Player feedback#191.4432.500

Ranked from 2 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

I wasn't able to get this game working. Initially it failed because the JS script was in a "JS" folder and kept looking for js/resources/[image], but after I moved the scripts out of their folder and into the main directory, it failed to run with this:

roadGoaler.js:137 Uncaught TypeError: spikes.disableBody is not a function
   at Scene.crashSpikes (roadGoaler.js:137:12)
 at World.collideSpriteVsGroup (phaser.js:62884:41)
  at World.collideHandler (phaser.js:62749:29)
 at World.collideObjects (phaser.js:62676:18)
at Collider.update (phaser.js:58605:20)
 at World.step (phaser.js:61886:26)
  at World.update (phaser.js:61837:18)
 at EventEmitter.emit (phaser.js:2357:33)
 at Systems.step (phaser.js:41029:21)
at SceneManager.update (phaser.js:81023:21)

I hope this can be fixed because I think the idea is really interesting. Good luck!