Play game
The Great Machine On Mars's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
How much effort went into this? (keep in mind newcomers) | #61 | 3.719 | 4.400 |
Does it implement the theme well? | #67 | 3.043 | 3.600 |
Was this entry made during the jam duration? | #70 | 4.226 | 5.000 |
Would you recommend this to others to try out? | #70 | 2.704 | 3.200 |
Overall | #72 | 3.414 | 4.040 |
Is this just spam? | #75 | 3.381 | 4.000 |
Ranked from 5 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
Nice work! It’s cool to see a raycasted 3D game in the jam. I suspect your curved walls are the result of using euclidean distance to the camera position instead of distance to the camera plane. Search here for “fisheye” to see one way of solving that: https://lodev.org/cgtutor/raycasting.html
Good job on the submission!
Thank you very much!
Thank you as well for the link, I had a feeling it had something to do with this type of issue but couldn't get my head around a fix. This page explains it perfectly! I'll try and update the code for releasing after the voting period.
In the meantime I'm going to say the in-universe explanation for the curving walls is that the power surge affected the cameras on the rover... ;-)
It’s not a bug, it’s a feature! :D
it worked for my python3 installation, but i had to change the paths for the assets
Hi Anton, I have tracked down the issue and have fixed it. Thank you very much for your comment, it led me in the right direction to track down the error and I've even created an exe file which works (at least on my computer!)
Cannot test I do not have Python.
Hi CPU, I'll try again to get an executable working and then maybe add it to the file list.
Hi CPU, with help from Anton I've managed to create an exe - do you know if we can add things to our submission now that the deadline has passed?
You can add it. Just mention clearly on the game page that it was uploaded after the deadline. Say the truth and there are no problems. The Jam is to have fun between friends.
The website doesn't allow this until the jam is over - I have posted a message on the jam forum asking about this so I'll wait to see if Javid replies. Until then, it's just provided as-is.
My apologies if it prevents people from playing the game.
This is my first jam so for next time I'll remember to leave more time for play testing (or at least ask someone else to try running it)!