
Real time Reversi
This game is from ldjam.com, which is currently unavailable.
You can try viewing the original page on Web Archive (may not load correctly).
You can try viewing the original page on Web Archive (may not load correctly).
This is a real-time ~~chess~~ Reversi.
The chess part proved too difficult to do in the allocated timeframe (less than 6h as I didn't plan to take part in it at first. But once the game design found, then the need was just too big 😜 ).
Rules
-----
- You can click whenever you want, and a random color is choosen.
- Only the verticals & horizontals are swapped
- Both players can click at the same time, it's _real time_.
The real game mechanic should choose "cleverly" between the white or black that changes the most chips, but I didn't have time to implement it.
Game Engine
-----------
I'm using PixiJS, which is great!
(I just learned it while doing the compo)
Source Code
-----------
It's a very simple HTML5, so just go there and view the source in your browser.
The main code is in the JS : http://snide.free.fr/ld/ld41/rtc.js
Future
------
I might upload an updated version of it, with "working" color selection.
The chess part proved too difficult to do in the allocated timeframe (less than 6h as I didn't plan to take part in it at first. But once the game design found, then the need was just too big 😜 ).
Rules
-----
- You can click whenever you want, and a random color is choosen.
- Only the verticals & horizontals are swapped
- Both players can click at the same time, it's _real time_.
The real game mechanic should choose "cleverly" between the white or black that changes the most chips, but I didn't have time to implement it.
Game Engine
-----------
I'm using PixiJS, which is great!
(I just learned it while doing the compo)
Source Code
-----------
It's a very simple HTML5, so just go there and view the source in your browser.
The main code is in the JS : http://snide.free.fr/ld/ld41/rtc.js
Future
------
I might upload an updated version of it, with "working" color selection.