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

Sales KnaveView game page

A corporate rouge-like
Submitted by ConnorWin
Add to collection

Play game

Sales Knave's itch.io page

Results

CriteriaRankScore*Raw Score
Innovation#1202.1972.600
Overall#1462.1972.600
Theme interpretation#1522.0282.400
Gameplay#1631.8592.200
Graphics#1672.0282.400
Audio#1701.3521.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

Submitted (1 edit)

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/

Submitted

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!

Submitted

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 =/

Submitted(+1)

I was beated by Madison.

Submitted(+2)

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!

Submitted(+2)

Fun idea! Seems like some things are missing such as a restart button.