Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 640 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 640 Bytes

World-Exploration-Game

Game introduction:

  • The game is able to generate a random map of a world based on the player's input number seed.
  • The player should try to either kill all the monsters on the map or collect all the dots on the floor to win the game.

Features

  • basic movements;
  • collecting dots on the floor;
  • get a bomb for each ten dots collected;
  • place multiple boombs on the map;
  • kill the monster;

Control

  • w/a/s/d: up/left/down/right
  • e: place bomb

Video

Please check out the video demonstration at here

Contributor

  • Taozheng Yang
  • Jinyun Zhou