https://github.com/ecebeci/cannongame
Simple 2D Game using Java Graphics2D Library
https://github.com/ecebeci/cannongame
cannon game-2d graphics2d java-graphics
Last synced: 10 months ago
JSON representation
Simple 2D Game using Java Graphics2D Library
- Host: GitHub
- URL: https://github.com/ecebeci/cannongame
- Owner: ecebeci
- License: gpl-3.0
- Created: 2021-11-27T18:36:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T17:14:03.000Z (over 4 years ago)
- Last Synced: 2025-03-17T06:49:40.625Z (about 1 year ago)
- Topics: cannon, game-2d, graphics2d, java-graphics
- Language: Java
- Homepage:
- Size: 4.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Cannon Game

Simple 2D Game with Java Graphics2D Library
## Program Topics
- Graphic primitives (without being Shapes)
- Strokes
- Paints
- Shapes of the Java 2D API
- Custom Shapes
- Interaction between Shapes
- ~Geometric transformations applied to the coordinate system~
- Geometric transformations applied to Shapes
- Transparency and Composition Rules
- ~Clipping~
- Fonts and Text
- Image Processing
- Animations
- Image Creation
- Print
- GUI Swing/AWT (Menus, buttons, etc)
- Interaction with the user (via keyboard and mouse)
## Dependencies
- JRE 1.8
## License
This project is licensed under the GPL License - see the LICENSE.md file for details