

With this game I tried to create my first multiplayer game. You take control of a chariot and have to defeat other chariots.
If you are all alone, you can open multiple browsers just to defeat your other self and imagine what it could be like to play with other people.
Cheating in this game is probably very easy, as all logic is client side. The server just handles messages between the clients.
Downloads and Links
Comments
Haha, no idea what the multi-player is actually like but the invisibly-horsed chariot moves smoothly enough :D However, it's more like a dodgem car as it stands, you'd need a much bigger turning circle with a horse!
The movement controls are quite responsive although I find it very hard to aim. The netcode also seems to work fairly well, which is impressive considering the time limit.
Cool game, multiplayer is fun and its hard to aim but thats what makes it good
Haha nice, but very empty :/ Maybe some people will join later.
"Even the horses have turned invisible" Made me laugh.
But yeah, very nice work on making a multiplayer game.
+1 for the humor :D if I have some free time, will definetly play this with my friends :D
It would be cool if the arena had obstacles / traps. fun game! good work!
Well done for making it in two days :) I could play vs 2 to 4 players. It stays fun at this point !
Awesome, maybe some pickups, and different weapons will be good. Nice work!
It does something weird when I alt-tab between browsers. It seems to queue the events and then shoots all arrows at once when I switch back. Great game anyway!
Thanks @ everyone for the feedback and the ideas your feedback is giving me :).
@blubberquark Yep, that's to be expected. I'm using requestAnimationFrame for everything, so if the browser doesn't need to render anything, no logic at all is getting executed. You can't even get killed while tabbed away. Don't tell anyone ;). But once you tab back, a lot of arrows are going to hit you. My main goal with this game was, to get an idea about how to get multiple clients play the same game. Next time I do something like this I'll make it more robust.
I'm also proud about the 2 users (or maybe one) who cheated. My game was worth the effort to do some cheating (faking position and shooting arrows from multiple locations), yay :).
A very nice game! Creating a (working) multiplayer game within that short time limit is surely astonishing. Great work also on the invisible horses. Let's discuss on a time for everybody to play with others!
You must sign in to comment.
Mini Submission FAQ
TEAMS: Teams entering the Jam should pick a single representative to submit your game, or create a team specific account you can share. We currently do not support Team Voting, but sharing an account and together playing and rating games is acceptable.
CAN I ENTER BOTH EVENTS?: You should pick 1 event, whichever you think it’ll do better in. If the idea is strong, and everything plays well enough, you can go Compo. If you’re a perfectionist, and would prefer people to play a more polished game, do the Jam. Many solo participants enter the Jam.
If you made 2 games, unfortunately, the website doesn’t support multiple submissions per user. To submit your 2nd game, you will have to make a 2nd account. Only do this if you made 2 games. Alternatively, if one game is better than the other, then consider just entering the better game.
CAN I KEEP WORKING UNTIL THE DEADLINE?: Yes! Immediately after the 48 or 72 hours, we do something called Submission Hour. As the name suggests, it’s an extra hour for you to package, upload, and submit your games. If there were catastrophic issues trying submitting your game, or you misunderstood how submissions work, that’s okay. It happens. We’re flexible. If you need advice, check with the folks on IRC. If you need an admin, get in touch.
CAN I KEEP WORKING ON MY GAME?: Oh definitely! You should! But for the sake of judging, keep the Compo or Jam version around. You can include a link to the Post-Compo/Post-Jam version of your game on your games page, but sure your main links are the original version.
PORTS: Ports to other platforms can be done after the deadline. That said, the sooner you finish your port, the sooner people can play your game, improving your chances of placing in the final results. For best results, provide a Web version of your game, or a Windows version with no dependencies. Also be sure to rate at least 20 games to improve your visibility (Coolness).
MY GAME CRASHES, IS UNBEATABLE, OR I MADE A TYPO: We allow you to fix crashes, win condition, or tiny bugs after the deadline. In a sense, this is like “porting” to support more players. We leave this open to interpretation, but generally speaking your game should be identical to the game you submitted. No new features, just fixing mistakes you should have caught had you been better rested.
MY GAME DOESN’T SHOW UP: If you can’t find your game, it’s usually because the URL to your downloads are missing ‘http://‘. Fix your URLs (http://mysite.com/mygame.zip) and you will show up. Alternatively, if you just posted it, wait a minute. The cache may not have refreshed yet.
NOT LOGGED IN?: If you get a message about not being logged in, even though you are, it’s because your web browser cached the non-logged in page. You can fix this by either refreshing your cache or clearing your cache. CTRL+F5 in many browsers. Chrome is a bit more work. Press F12 to enable Developer Mode, then you can right click on the refresh button and select “Empty Cache and Hard Reload”. This option is unavailable if you are not in Developer Mode.
Someone come play with me!
Awesome to have created an online multiplayer game over the weekend.