SkullRush is an open-source (GPLv3) 2D online multiplayer shooter. Think of it as Quake meets Mario.
This is my attempt at making the game I have been envisioning for a long time. While there exist other games of the same type, I've found none to be particularly alike to the experience I wanted. Most importantly, SkullRush can be extensively modded. In short, the client acts as a canvas of sorts, and the server has almost complete control over the game's graphics, sounds, and logic. This means that there's out of the box support for custom game modes, custom game entities, custom graphics (that can even override the default game graphics if you want) and much more. Mod it enough and you can make into a completely different game, which is a good thing of course.
At the moment the client source code is a mess. I'll clean it up one day.
- Eris from OpenGameArt: https://github.com/Ohmnivore/SkullRush/blob/master/Shared/assets/images/indoor_tileset.png and https://github.com/Ohmnivore/SkullRush/blob/master/Shared/assets/images/background.png
- Sam Driver from Salt Games: https://github.com/Ohmnivore/SkullRush/blob/master/Shared/assets/images/outdoor_tileset.png
- Myself
- Haxe
- HaxeNet
- HaxeFlixel
- flixel-addons
- flixel-ui
- lime
- openfl
- msignal
- mloader
- crashdumper
- FlashDevelop
- Ogmo Editor
- TileSetter
- aria2
- FBZip
- Animated networked sprites
- Improve game feel
- Bots -> maybe, just maybe
- Gadgets
- Secondary weapon fire
- Interactive triggers & events:
- Button trigger
- Area trigger
- Time trigger
- New maps
- custom tiles (spikes and such things)
- Fix annoying LAN server discovery bug
- Make background more dynamic
- Find music and sounds
- route through HTTPS
- use params instead of url variables
- CSS styling and background