All Projects → Noxalus → Final-Bomber

Noxalus / Final-Bomber

Licence: other
Bomberman/Dynablaster remake in C# using XNA.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Final-Bomber

Quaver
🎶 The ultimate community-driven, and open-source competitive rhythm game.
Stars: ✭ 282 (+1242.86%)
Mutual labels:  xna, multiplayer-game
Magicallife
A 2d game that aspires to be similar to Rimworld, with more depth, magic, and RPG concepts.
Stars: ✭ 145 (+590.48%)
Mutual labels:  xna, multiplayer-game
Openrails
Open Rails: free train simulator that supports the world's largest range of digital content.
Stars: ✭ 76 (+261.9%)
Mutual labels:  xna
asciiarena
Terminal multiplayer deathmatch game
Stars: ✭ 34 (+61.9%)
Mutual labels:  multiplayer-game
karting
A multiplayer racing example project in Unity using the SocketWeaver SDK
Stars: ✭ 39 (+85.71%)
Mutual labels:  multiplayer-game
Simplexrpgengine
Modular game engine built with MonoGame, with GMS2-like workflow and advanced level editor
Stars: ✭ 122 (+480.95%)
Mutual labels:  xna
Team-Capture
Team-Capture - A multiplayer FPS game, inspired by games like Quake and TF2. Done in Unity
Stars: ✭ 81 (+285.71%)
Mutual labels:  multiplayer-game
Monogame
One framework for creating powerful cross-platform games.
Stars: ✭ 8,014 (+38061.9%)
Mutual labels:  xna
MonoGame.Primitives2D
Easy-to-use 2D primitives
Stars: ✭ 44 (+109.52%)
Mutual labels:  xna
bomberman
Bomberman game using swing for java
Stars: ✭ 25 (+19.05%)
Mutual labels:  bomberman
liblast
A libre multiplayer FPS game created in Godot Engine
Stars: ✭ 92 (+338.1%)
Mutual labels:  multiplayer-game
f1-telemetry-client
A Node UDP client and telemetry parser for Codemaster's Formula 1 series of games
Stars: ✭ 128 (+509.52%)
Mutual labels:  multiplayer-game
Zhsan
中華三國志
Stars: ✭ 135 (+542.86%)
Mutual labels:  xna
Koru
A 2D multiplayer sandbox game.
Stars: ✭ 78 (+271.43%)
Mutual labels:  multiplayer-game
Fna
FNA - Accuracy-focused XNA4 reimplementation for open platforms
Stars: ✭ 1,267 (+5933.33%)
Mutual labels:  xna
TanksNetworkingInAzure
Tanks Networking demo project from Unity Store that can be deployed in Azure Cloud and scaled using Kubernetes
Stars: ✭ 20 (-4.76%)
Mutual labels:  multiplayer-game
Bepinex
Unity / XNA game patcher and plugin framework
Stars: ✭ 1,001 (+4666.67%)
Mutual labels:  xna
asylamba-game
Jeu de stratégie spatial en ligne multi-joueur.
Stars: ✭ 21 (+0%)
Mutual labels:  multiplayer-game
Unity-Firebase-Multiplayer-Example
Multiplayer and Matchmaking system using Firebase Realtime Database in Unity
Stars: ✭ 32 (+52.38%)
Mutual labels:  multiplayer-game
Fruit-API
A Universal Deep Reinforcement Learning Framework
Stars: ✭ 61 (+190.48%)
Mutual labels:  multiplayer-game

Final-Bomber

Final-Bomber

Description

Final-Bomber is a Dyna Blaster (Bomberman) remake developed in C# with XNA 4.0.

For now, it's only possible to play local games with a total of 5 players (humans or bots).

How to compile it ?

I've just tested it on Windows 7, so I don't know if it will works on another platform.

If you are on a unix-based OS, look for Monogame.

If you are on Windows 7 or greater, you need to install Microsoft XNA Game Studio 4.0 (http://www.microsoft.com/en-us/download/details.aspx?id=23714).

You have to get a version of Microsoft Visual Studio 2010 (Express version is enough => http://www.microsoft.com/visualstudio/eng/downloads#d-2010-express).

If you use Microsoft Visual Studio 2012, you can't directly use XNA and you still need to install VS2010.

To use XNA 4.0 in VS2012, an explanation is available in the wiki here: https://github.com/Noxalus/Final-Bomber/wiki/How-to-install-XNA-4.0-on-VS2012 (same manipulation for VS2013).

Current features

  • The game can be played in fullscreen or windowed
  • Resolution can be changed
  • All players can reassign their inputs
  • Teleporters can be enabled
  • Arrows can be enabled
  • It's possible to change the wall percentage
  • It's possible to change the probability to have a bonus in a wall
  • Sudden death can be activated
  • The sudden death's speed can be changed
  • The sudden death's beginning can be changed
  • Players can choose wich bonuses will be included in the game
  • Players can push the bomb

TODO List

Videos

I've uploaded some videos to show the AI progress:

Dev blog (french)

You can find a dev blog with technical articles here: https://final-bomber.blogspot.com

Documentation

A complete documentation generated with Doxygen is available here: http://noxalus.github.io/Final-Bomber

Old repository

This project didn't start here, it was hosted by Google Code before.

You can found the old repository here: https://code.google.com/p/final-bomber/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].