https://github.com/plainerman/bumpers-pokemon
A creative solution for a programming exercise at TUM.
https://github.com/plainerman/bumpers-pokemon
competition homework-exercise pokemon tum
Last synced: about 1 year ago
JSON representation
A creative solution for a programming exercise at TUM.
- Host: GitHub
- URL: https://github.com/plainerman/bumpers-pokemon
- Owner: plainerman
- Created: 2019-06-13T14:20:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T23:57:54.000Z (about 2 years ago)
- Last Synced: 2025-03-24T17:49:20.639Z (about 1 year ago)
- Topics: competition, homework-exercise, pokemon, tum
- Language: Java
- Homepage:
- Size: 27.5 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Bumpers — Pokemon
This project was created in a week as a homework exercise / competition (about 10hrs of actual programming). The goal of the exercise was to modify a very limited car game to be as creative as possible. A strict CI pipeline needed to pass, so the code base contains a lot of inconsistency between cars and pokemon.
Be warned: the limitations mentioned above (especially the tight time constraint) resulted in a rather hacky code that is not meant to be used.
The class responsible for processing the battles is [PokemonCollision.java](https://github.com/plainerman/bumpers-pokemon/blob/master/src/de/tum/in/ase/eist/collision/PokemonCollision.java) (in which you are probably most interested).
## Screenshots


## License
The code for the initial car game (Bumpers) was provided and developed by the [EIST team](https://ase.in.tum.de/lehrstuhl_1/teaching/summer-2019/123-teaching/st19/1032-eist-2019) and may only be used with their written permission.
Images and audio are copyright of Nintendo and may not be distributed without written permission.
All other code is licensed by me, Michael Plainer, under the MIT license.