A turn based racing game? How should this even work?
I don't know hy but this is kinda addciting. I could totally see this as some kind of io game on mobile. Just some ads every few rounds, some achievements and voila it's finished^^
Thank you for giving it a try! :-)
I store all games that have been played in a database. From the timestamp of your comment I could determine the two games you played. I watched the replays of those games since I am always interested in how others play my game. What I have seen is that you do not use the possibility of moving diagonal. This would have given you a lot of potential to overtake. In order to move diagonal, you have to play with the numpad or alternatively use the keys [Q,E,Z/Y,C] next to the [W,A,S,D] keys. What I learned is, that my game needs a tutorial to teach the basic concepts since most players will not read the manual nowadays.
I will do a second run on your game Schachkampf soon.
Thank you for trying angain. A score of 79 is already quite good! :-)
It depends on the situation and the level you are in. Exploration is more important in the early levels.
Could you please register. Currently you are listed as "Guest#90" in the global rankings. Would be nice to see your name there. Your password will be encrypted do to current standard, and I can neither see nor derive it. If you leave your email and allow email-notifications, I will send you the links, so you can watch the replays of your games.
I'm good enough to get a placement in the rankings? There are replays of the game?
Next time I try I will register.
Is there a way to make a downloadable version? Normally I ask the other way around, but this game is something I will definetly play every now and then in the future, so a desktop icon would be far better than going over itch^^
In order to see the rankings, klick "[4] global rankings" on title screen (or press [4]). You are currently listed as "Guest#90". The rankings can be sorted by different criteria. If you register, the games you played as guest will also be labeled with your username. So you do not have to play a new game.
The replays are a beta feature and not released yet. But I already use them to analyze games and they are also useful to detect cheating.
The game is written in JavaScript on the frontend and uses PHP and MySQL for the backend. In the moment it is only playable in the browser.
I used the JavaScript roguelike-library rot.js by Ondřej Žára. Apart from this I wrote everything myself.