Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History
32 lines (25 loc) · 863 Bytes

STACK.md

File metadata and controls

32 lines (25 loc) · 863 Bytes

Stack

MVP

  • Map with obstacles
  • User controlled player that can shoot laser shots.
  • Camera following player on map.
  • Dumb AI that shoots laser shots and bounces around the walls.
  • Player and AI have specified health that is decreased when damaged.

Additional functionality if possible

  • Real-time multiplayer over internet.
  • A powerful laser that is charged before fired.
  • Smart(er) AI.
  • Breakable obstacles.
  • Reflective obstacles (projectiles bounce).
  • Hit-animation for lasers.

Target platform

Android SDK, min SDK version: 8.

Coding environment

Android Studio 2.2

Game engine

LibGDX 1.9.2

Physics engine

Box2D 1.4

AI framework

GdxAI 1.8.0