https://github.com/dan3002/box-pusher
A fun and addictive game built using Java Swing! Push boxes to their designated locations in the least amount of moves.
https://github.com/dan3002/box-pusher
java-swing
Last synced: 9 months ago
JSON representation
A fun and addictive game built using Java Swing! Push boxes to their designated locations in the least amount of moves.
- Host: GitHub
- URL: https://github.com/dan3002/box-pusher
- Owner: DAN3002
- Created: 2018-06-14T04:02:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T06:46:25.000Z (over 3 years ago)
- Last Synced: 2025-03-22T06:29:18.816Z (over 1 year ago)
- Topics: java-swing
- Language: Java
- Homepage:
- Size: 85 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Box Pusher Game
A fun and addictive game built using Java Swing! Push boxes to their designated locations in the least amount of moves.
## Features
- Intuitive and user-friendly interface
- Addictive gameplay
- Multiple levels to challenge players
- Records best scores for each level
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
- Java
- Any Java Development Environment (Eclipse, IntelliJ, NetBeans, etc.)
### Installing
1. Clone the repository
2. Import the project into your Java Development Environment
3. Run the project on a local server
## Usage
The application provides an intuitive and user-friendly interface for players to enjoy the game.
## Built With
- [Java Swing](https://docs.oracle.com/en/java/javase/14/docs/api/javax/swing/package-summary.html)
## Contributing
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.