Commit Graph

26 Commits

Author SHA1 Message Date
delvh 3fe0bb72da
Update README.md 2020-07-07 21:08:28 +02:00
delvh f7fbc8b3e4 Fixed text on Startscreen 2020-07-01 21:10:48 +02:00
delvh daf55abd93 Commented any usage of images out 2020-07-01 20:58:14 +02:00
delvh b584589459 Fixed issue with wrong WindowConstant 2020-07-01 20:31:55 +02:00
Kai S. K. Engelbart a039837e89
Merge pull request #5 from delvh/feature/optimized_pipeline
Optimized Ticking and Rendering
2020-07-01 18:17:13 +00:00
Kai S. K. Engelbart 04931dfd99
Apply suggestions from code review
Co-authored-by: delvh <dev.lh@web.de>
2020-07-01 18:16:59 +00:00
Kai S. K. Engelbart 7c55e049cf
Add ol' JDoc 2020-07-01 19:29:52 +02:00
Kai S. K. Engelbart 52a4c876fa
Add new pipeline and other fun stuff 2020-07-01 19:19:50 +02:00
Kai S. K. Engelbart a8908f7e13
Simplify snake drawing and movement calculation 2020-07-01 16:18:59 +02:00
Kai S. K. Engelbart 5651ea76b0
Remove some try statements and switches 2020-07-01 16:01:37 +02:00
Kai S. K. Engelbart a0b0c09e1d
Merge pull request #4 from delvh/feature/simplification
Simplified some calculations
2020-07-01 12:38:31 +00:00
Kai S. K. Engelbart 7ca0a14ea2
Simplify FoodFactory#generateFoodLocation 2020-07-01 14:33:23 +02:00
Kai S. K. Engelbart 9131d0e2fd
Simplify FoodFactory#generateFood 2020-07-01 14:29:00 +02:00
Kai S. K. Engelbart c7035ff2c5
Simplified some calculations 2020-06-30 19:29:50 +02:00
Kai S. K. Engelbart ad329447a9
Fix missing ImageIcon for PlayButton and repeated EndScreen Spawning (#3)
* Fix multiple EndScreen Instances spawning

* Removed `Play Again` icon

Co-authored-by: delvh <dev.lh@web.de>
2020-06-26 16:54:31 +02:00
delvh ab584c187d Provisorically fixed bug resulting in an empty Endscreen
Still, the screen neither shows the Labels or the images
2020-06-18 13:08:57 +02:00
delvh 30011a0788
Update README.md 2020-04-03 11:10:48 +02:00
delvh 2f8a613b56
updated project description 2020-04-03 11:09:48 +02:00
delvh 8ff179a27d
Collision checking for outer bounds works apparentlly solely on Windows, commented out for now (#1)
* Cleaned up project

* Commented display of result-image out

* added TODO in outer-bounds checking in Snake
2020-04-03 10:43:24 +02:00
delvh 46223d60ca Updated missing Javadoc in whole repository
* reformatted whole repository
* fixed bug enabling 180° turnaround
2020-03-11 22:27:30 +01:00
delvh 5e879e5a3d Recovered most code of Snake, state: around v0.8.5 of before v1.0
only thing still not working: collision checking of foods (game crashes
when touching food)

code is mostly equal to previous version, minor improvements had to be
made to ensure functionality
2020-02-28 21:47:09 +01:00
delvh 073d9fe188 Finally found source code
Unfortunately, due to major complications while trying to upload it, the
source code will have lost most of its usability
2019-11-09 23:11:16 +01:00
delvh 6d162adde1
created license (finally)
still learning on how to use GitHub.
2019-11-05 17:07:24 +01:00
delvh 545ab6a32c
Add files via upload 2019-07-03 15:29:04 +02:00
delvh ba5aff6c81
Add files via upload 2019-07-03 15:22:40 +02:00
delvh 5c87cb2be8
Initial commit 2019-07-03 15:21:55 +02:00