Play game
Sales Knave's itch.io pageResults
Criteria | Rank | Score* | Raw Score |
Innovation | #120 | 2.197 | 2.600 |
Overall | #146 | 2.197 | 2.600 |
Theme interpretation | #152 | 2.028 | 2.400 |
Gameplay | #163 | 1.859 | 2.200 |
Graphics | #167 | 2.028 | 2.400 |
Audio | #170 | 1.352 | 1.600 |
Ranked from 5 ratings. Score is adjusted from raw score by the median number of ratings per game in the jam.
GitHub repository URL
https://github.com/ConnorWin/SalesKnave
Leave a comment
Log in with itch.io to leave a comment.
Comments
Idea has potential, but feels too half-baked.
Is it Rot.js? I have used it to make roguelike-with-weird-mechanics too recently http://seeing-red.netlify.com/
I would love to play this game! Unfortunately, it doesn’t fit in my browser window, even fullscreened. :(
Arrow keys scrolling ruins it, sadly.
Hey @TurtlePanda Games, the game also supports using the WASD keys and you might have a better time playing it if you zoom your window out a bit. We didn't upload it until too late so we missed out on doing some of sanity testing (some of our characters are messed up as well). Thanks for expressing interest in our game!
I had a similar problem with the in-browser emulator I just put on my page, where the spacebar would scroll the page. Here’s how I fixed it for spacebar:
window.onkeydown = function(e) { if (e.keyCode == 32 && e.target == document.body) { e.preventDefault(); } };
If your game isn’t javascript and is just embedded in the page, this will be an easy fix. If it’s javascript, I think it would have to count as part of the submission =/
I was beated by Madison.
I think this could be interesting, even with this texty style. The main issue is that the texts overlap and so it's difficult to understand what you should do (this for the web browser version). The other issue with the browser is that the arrows move also the web page. Still, kudos!
Fun idea! Seems like some things are missing such as a restart button.