Skip to content

πŸ•· Battle Bug game in which bugs are coded using Java to compete with each other to be the last one surviving. πŸ•Έ Utilized Dijkstra Single Source Shortest Path Algorithm to optimize power-up search

Notifications You must be signed in to change notification settings

phananhnguyen1204/BattleBugGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Battle-Bug-Game

πŸ“ Overview

  • A four-player game in Java where players write code to guide their bug characters and eliminate opponents.
  • Implement the Dijkstra Algorithm for calculating the most efficient route from my bug to the nearest power-up.

🎯 Game Rules

  • πŸ† Last bug survive won the competition
  • πŸ‘¨πŸ»β€βš–οΈ There is a regulator at the middle of board
  • πŸ—Ώ On every 40 acts, rock will fall down
  • ⚑ Power Ups Explaination:
    • ❀️ Red: attack + 1
    • πŸ’™ Blue: speed + 1
    • πŸ’š Green: defense + 1

Battle.Bug.Game.Demo.mov

About

πŸ•· Battle Bug game in which bugs are coded using Java to compete with each other to be the last one surviving. πŸ•Έ Utilized Dijkstra Single Source Shortest Path Algorithm to optimize power-up search

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages