Code Monkey home page Code Monkey logo

bombermantest's Introduction

BombermanTest

A retro 3D Top-Down game of bomberman. This project uses UE 4.18.

Player Controls

Player 1:

  • Move: W, S, A, D.
  • Drop bomb: Space bar.

Player 2:

  • Move: Arrows UP, Down, Right and Left.
  • Drop bombs: Numpad + or Enter.

Pickups (Give players power-ups)

  • Yellow square: Add more bombs.

  • Blue square: Increase bomb blast in 50% (Max 300%).

  • Green square: Increase player speed in 20% (Max 200%).

  • Red square: Activate remote bomb (for 10s.). To explode press the same button to drop the bombs.

Project's Structure

Game Instance.

  • BP_BomberGameInstance.

C++ Classes:

  • BombermanGameMode: AGameModeBase.

  • BombermanPlayerController: APlayerController.

  • BombermanCharacter: ACharacter.

  • PickUps: AActor.

  • DestructibleWalls: AActor.

  • Bombs: AActor.

  • DamageInterface: UInterface.

Derived Blueprints from C++ classes.

  • BP_BombermanGameMode: BombermanGameMode.

  • BP_PlayerController: BombermanPlayerController.

  • BP_BomberChar: BombermanCharacter.

  • BP_Pickups: PickUps.

  • BP_Destructible: DestructibleWalls.

  • BP_Bomb: Bombs.

  • BP_RemoteBomb: Bombs, BP_Bomb.

Pure Blueprints.

  • BP_MapGenerator.

  • BP_SpawnDestructibleWalls.

  • BP_WallExplostion.

Enumerators blueprint.

  • EGameOverStatus.

Widgets bluprints.

  • WBP_GameOver.

  • WBP_PlayerStatus.

  • WBP_ScoreAndTime.

Next steps.

  1. Include Ambient sound and sound FX.

  2. Improve player status UI. Add a time bar to show when remote bomb is active.

  3. Add splines at BP_Bomb for generate the explosion visual effect or some particle system.

  4. Make the score system more robust. Pass instigator using DamageInterface, the instigator gain score points when kill enemie.

  5. Include AI in the game.

Spended working hours.

Around 14h.

Authors

  • Thiago C. Junqueira

bombermantest's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.