Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattpieterse/tiletower
Lightweight game made with Java and Swing components.
https://github.com/mattpieterse/tiletower
game java maven
Last synced: 5 days ago
JSON representation
Lightweight game made with Java and Swing components.
- Host: GitHub
- URL: https://github.com/mattpieterse/tiletower
- Owner: mattpieterse
- License: gpl-3.0
- Created: 2023-12-18T17:01:29.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T21:16:44.000Z (about 1 year ago)
- Last Synced: 2024-11-19T14:36:27.383Z (2 months ago)
- Topics: game, java, maven
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About
Use your left and right arrow keys to defend yourself against the never ending onlaught of cascading tiles!
Albeit simple, the completion of this project coincides with the completion of one of my childhood dreams. In my primary school days, I would often find myself spending hours whirring around a mobile scratch-like development tool, passionately creating games of all kinds. This is one of those projects reimagined and brought to life.
*This project was developed with the Java programming language using a Maven configuration. All graphical user interface (GUI) components are drawn using the native swing libraries. This codebase is best interacted with using the NetBeans IDE, as this is the development environment that has been used to create the project*
(Top)
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the enhancement tag. Also, don't forget to give the project a star!
1. Fork the Project
2. Create your Feature Branch (`git checkout -b topic/YourFeature`)
3. Commit your Changes (`git commit -m 'Add some useful feature'`)
4. Push to the Branch (`git push origin topic/YourFeature`)
5. Open a Pull Request(Top)
## License
Ditributed under the **GPLv3 License**.
(Top)