https://github.com/sarunnut1236/intaniaghostrush
IntaniaGhostRush is a Java project made in Programming Methodology class.
https://github.com/sarunnut1236/intaniaghostrush
game-development oops-in-java
Last synced: 11 months ago
JSON representation
IntaniaGhostRush is a Java project made in Programming Methodology class.
- Host: GitHub
- URL: https://github.com/sarunnut1236/intaniaghostrush
- Owner: sarunnut1236
- Created: 2023-01-14T10:41:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T17:23:44.000Z (over 2 years ago)
- Last Synced: 2025-01-22T03:08:53.524Z (over 1 year ago)
- Topics: game-development, oops-in-java
- Language: Java
- Homepage:
- Size: 13.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IntaniaGhostRush
IntaniaGhostRush is a Java project made in Programming Methodology class.
Contributed by Notch and Fei
## Introduction
IntaniaGhostRush was inspired by two famous action games. The first one that appears when your internet is disconnected is named “Chrome Dino” on Google Chrome, and the second one that was installed on Nokia cellphones is named “Bounce” by Rovio Entertainment. The story of IntaniaGhostRush is about a CP48 student who rushed ProgMethProject too hard until he died. He wanted to submit his project to his professor, but the professor was afraid of him. Hence, the professor hired a multitude of holy monks to protect him from this student. The objective of this game is to keep your intania ghost safe from the holy monks along the journey and succeed in submitting his ProgMethProject.
## Rules
When the game has begun, the ghost starts rushing and the player can press either “W”, “A”, “D”, or the spacebar button to control their ghost leaps over incoming obstacles and the holy monks without crashing into a monk. If their ghost bumps into a monk, the game ends. Else if their ghost reaches his professor, the game also ends.
### Prerequisites
Make sure you have the following installed:
- Java
- JavaFx
### Installation
Clone the repository:
```bash
git clone https://github.com/sarunnut1236/IntaniaGhostRush.git
```
## Contributing
It is originally contributed by Notch and Fei
If you want to contribute to this project, follow these steps:
1. Fork the repository
2. Create a new branch (`git checkout -b feature/new-feature`)
3. Make changes and commit them (`git commit -m 'Add new feature'`)
4. Push to the branch (`git push origin feature/new-feature`)
5. Create a pull request
## License
This project is made in Programming Methodology class. You can check it out for educational purposes
Feel free to modify the content based on your specific needs. This template provides a starting point for creating a structured and informative README for your GitHub repository.