Create a 2D game where the goal is to push a box into a hole.
Project is in-progress.
- Clone the repository locally:
git clone https://github.com/wangbertha/2DGame.git
cd 2DGame
- Run game from
Main
file:- Option 1: Run
src/main/Main.java
from IDE user interface prompts. Ex. Visual Studio Code: For Visual Studio Code, install the Extension Pack for Java to access these prompts. - Option 2: Run from
bin/main/Main
using terminal:
cd bin
java main.Main
- Option 1: Run
- Functionality to push the box
- Create reset button
- Show message when level completion criteria are met
- Animate box disappearing into hole
- Create multiple levels
- Develop player data storage
- Deploy as web application