Skip to content

danny88881/CS126-final-project-danny88881

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Final Project

This is a 2d game where the objective is to kill as many slimes as possible while staying on the platform. Falling off will result in an instant death, likewise, hitting enemies off the platform will also kill them instantly, or you can attack them until they reach 0 health. One attack will be bound to one directional attack at a time, you will get a random attack in a random direction after using up the current attack.

Dependencies

  • MSVC 2015+
  • CMake
  • Cinder
  • Catch2 (for testing)

Start

  • Install Cinder and place project within the cinder directory in a "projects" folder
  • Enter the Visual Studio Command Line Development Environment
> cd path/to/final_project
> mkdir build
> cd build
> cmake ..
> cmake --build .
> .\final_project

Controls

Key Action
w Move up
a Move down
s Move left
d Move right
arrow keys Attack / Start Game

About

final-project-danny88881 created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published