Cobalt-Calibur-3 icon indicating copy to clipboard operation
Cobalt-Calibur-3 copied to clipboard

DEFUNCT: HTML5 and Node.js multiplayer browser game from 2013

Results 15 Cobalt-Calibur-3 issues
Sort by recently updated
recently updated
newest added

Separated into a different pull request.

Separated into a different pull request. Fixed 'esc'.

I'm not sure who created the original character graphics. This repository is evil for not providing proper credit. Need to find out who made them and if we have permission...

frontend

Just got done with a swizzeet backend refactor. We're going to need to do a big refactor of the frontend before we can make any massive cool new features. I'm...

enhancement
frontend

When a character moves, there's a delay between when they can move again. This makes sense for classic gameboy / NES / overhead games (think Zelda and Pokemon). Specifically why...

enhancement
frontend

Rebuild the game so that it is rendered in 3D instead of 2D. Maybe even cooler, render in both, letting the player pick which to use. https://github.com/mrdoob/three.js/

enhancement
frontend

We need to do a ton more calculations on the backend instead of the front end so that cheating is a lot harder.

enhancement
frontend
backend

enhancement
frontend

Need a combat system, complete with health.

enhancement
frontend

Need to provide username/password authentication, no more local storage for data saving. Will probably need to marry express.js sessions with websocket data.

enhancement
frontend
backend