Commit Graph

45 Commits

Author SHA1 Message Date
t-moe
450df5f1f9 Fixed a rendering bug. added class diagramms 2016-06-25 19:19:44 +02:00
t-moe
8a46decd3b Removed doxygen author tags, as they we're inaccurate (sed -i '/\s@author.*/d' src/**/*.java) 2016-06-25 18:35:19 +02:00
t-moe
b217734b49 Code cleanup in Window class and improved comments in other classes. 2016-06-24 23:29:08 +02:00
t-moe
ef0cdb4764 Improved visualization. Unreachable blocks are now marked. 2016-06-24 22:20:11 +02:00
t-moe
2486b75755 Moved Pathfinding to own class. This is a preparation for the improved visualization 2016-06-24 21:05:02 +02:00
t-moe
c5d2edeb64 Moved State/Undo stuff into subclass 2016-06-24 20:30:39 +02:00
t-moe
a7c9f29e68 Fixed a score bug, simplified score undo, fixed some doxygen comments. 2016-06-24 18:03:21 +02:00
id101010
aebbef8cba Readme++ 2016-06-24 15:05:25 +02:00
id101010
7856572075 Readme++ 2016-06-23 16:54:00 +02:00
id101010
4d5358f7b2 Added screenshots and short readme 2016-06-23 16:47:59 +02:00
id101010
f87c002575 Comments++ changed button behaviour at game start. 2016-06-23 15:18:20 +02:00
id101010
693d23d408 Implemented score undo 2016-06-23 14:57:08 +02:00
t-moe
2c2b412c13 Added Undo for NextBlocks 2016-06-23 00:40:30 +02:00
t-moe
f314cf9c58 Changed undo implementation 2016-06-23 00:27:20 +02:00
t-moe
184397b9b6 Changed field to be an array of Integer instead of int. 2016-06-23 00:06:45 +02:00
id101010
a888fa818a Implemented undo, refactored some code. 2016-06-22 21:54:32 +02:00
id101010
0baf13ad43 Refactored, comments++ 2016-06-22 20:44:56 +02:00
t-moe
3aa7195ce8 Changes number of blocks per level. Granted one undo per level. 2016-06-20 01:20:32 +02:00
t-moe
13c391775f Added support for freemoves and undo (game logic missing for latter). 2016-06-20 01:11:02 +02:00
t-moe
0a70f9610e Added basic welcome screen and some level stuff. 2016-06-20 00:56:22 +02:00
t-moe
fd287beb9d More work on undo/freemove buttons. 2016-06-17 13:37:45 +02:00
t-moe
38ec800137 Merge remote-tracking branch 'origin/master' 2016-06-17 13:18:25 +02:00
t-moe
bef640b122 Refactored main gui 2016-06-17 13:18:13 +02:00
id101010
43d9bbf80f Javadoc++ 2016-06-17 12:01:37 +02:00
id101010
89d7ffdd29 Implemented freemovehandling 2016-06-17 11:28:09 +02:00
id101010
effc25dac0 New colors, collision detection, refactoring 2016-06-17 11:05:48 +02:00
t-moe
969a4e7869 Added plotting nextBlocks 2016-06-17 09:02:23 +02:00
t-moe
78eddfe5d2 Fixed pathfinding bug. 2016-06-17 01:06:01 +02:00
t-moe
d221c222c4 Fixed pathfinding v1 2016-06-17 00:55:49 +02:00
id101010
5ac72ae909 Added javadoc to vertex.java 2016-06-17 00:50:39 +02:00
id101010
a52904bd31 Merge branch 'master' of github.com:id101010/7not7 2016-06-16 23:57:48 +02:00
id101010
598e17827a Refatored Vertex class and changed initialization 2016-06-16 23:57:26 +02:00
t-moe
e2152cf6c2 Added rendering of path. 2016-06-16 23:53:06 +02:00
id101010
8f5f5364c2 Implemented pathfinding between two vertices. 2016-06-16 20:37:03 +02:00
t-moe
66ce156e5b Implemented basic moving of blocks. 2016-06-16 08:51:28 +02:00
t-moe
d4ae7264ff Fixed flickering. Fixed rendering. 2016-06-16 08:36:58 +02:00
id101010
01be52e123 Added onclick creation of random blocks. And some Bugfixes. 2016-06-14 17:09:33 +02:00
t-moe
f7c271b89e Integrating field rendering with game 2016-05-27 12:02:20 +02:00
t-moe
788badc48e Merge remote-tracking branch 'origin/master' 2016-05-27 11:56:07 +02:00
t-moe
f5119d8be9 Added simple rendering 2016-05-27 11:55:45 +02:00
id101010
78085a5aaa Implemented populate function 2016-05-27 11:54:48 +02:00
id101010
7ffd3cdb12 Defined project structure 2016-05-27 11:14:13 +02:00
id101010
97207cac42 Initial commit 2016-05-27 10:38:55 +02:00
Aaron
96372aa983 Create .gitignore 2016-05-27 10:27:25 +02:00
Aaron
8ba13a93e4 Update LICENSE.md 2016-05-27 10:25:12 +02:00