https://github.com/laudebugs/a-simple-processing-game
A Simple Lego game built with Processing in Java
https://github.com/laudebugs/a-simple-processing-game
java-8 processing
Last synced: about 1 month ago
JSON representation
A Simple Lego game built with Processing in Java
- Host: GitHub
- URL: https://github.com/laudebugs/a-simple-processing-game
- Owner: laudebugs
- Created: 2018-04-30T06:50:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-10T01:10:52.000Z (about 5 years ago)
- Last Synced: 2025-02-26T14:16:25.735Z (7 months ago)
- Topics: java-8, processing
- Language: Java
- Homepage:
- Size: 2.97 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⚔️ 🎮 Lego Wars
A Processing game built in Java## 📺 Steps for running the game in eclipse
1. Change the Execution environment to JavaSE-1.8 (Java-8-openjdk)
```text
# From the menu bar on the top
Window > Preferences
# Search for execution Environments
Java > Installed JREs > Execution Environments
# Select JavaSE-1.8 > Apply and close
```

2. Add the jar file: ```core.jar``` located in the src folder to the build path
```text
right click on the core.jar file > Build Path > Add to Build Path
```
3. Run the main program ```LegoWars.java```📜 ## Game Instructions
The game has three levels:
You advance to level 2 after 500 points and to level 3 after 1500 points
You can only attack (shoot)🤾🏿 and defeat the enemy in Level 3.
Enjoy!**KEYS:**
⬆️ UP for jumping
➡️ RIGHT for shooting### Gameplay😎
### References
* [Adding the core.jar to Build path in IntelliJ IDEA](https://stackoverflow.com/questions/1051640/correct-way-to-add-external-jars-lib-jar-to-an-intellij-idea-project)
* Read more on [Processing](https://knowledge.kitchen/Introduction_to_Processing)This was one of my first Java programs.🙌