SoulSnatcher
Everyone loves retro games. We do too. So we decided to make our own, called SoulSnatcher. SoulSnatcher is a fun game where in you can control a soul reaper who's main ambition is to reap as many souls as he can.The only way to reap the souls is to kill the enemies all over the maze. But because he is so powerful, he draws the souls of his enemies towards him, no matter where they are.
He can not only walk around, but can also jump and dash around the maze to move around quicker and access different parts of the map. However due to beging a ghost, he floats causing him to slide frictionless. This adds a fun challenge on top of the already floaty controls. To make sure you never have to worry about not being able to see the enemies until the last second, we keep the "camera" centered on the user so that you can see everything around the reaper.
Controls: Up(W), Right(D), Left(A), Attack(Space), Dash for left or right(Shift + A or Shift + D)
How to run the game: Pre-requisites: need java 11 installed on the machine
- Open the studenthack2020 directory in the terminal
- cd to the game directory
- Run the following command to compile the programs javac --module-path ./lib/ --add-modules=javafx.controls Controller.java
- Run the following command to execute the program java --module-path ./lib/ --add-modules=javafx.controls Controller
Made by Team fortresdo
Log in or sign up for Devpost to join the conversation.