|
d6cf76f6bc
|
Updated A* function calls
|
2020-05-13 19:34:16 +02:00 |
|
|
01ce5796da
|
Removed timer
|
2020-05-10 12:53:08 +02:00 |
|
|
752c3daa24
|
Added TODO markers
|
2020-05-09 22:30:21 +02:00 |
|
Michał Czekański
|
a6b717935f
|
Extract clicks on collidables to new method - make code clear
|
2020-04-26 18:45:07 +02:00 |
|
Michał Czekański
|
2ba090b2d4
|
Add debug printing terrain tiles under mouse click
|
2020-04-26 18:41:05 +02:00 |
|
Michał Czekański
|
1255ab8e16
|
Fix problems with pathfinding to some map locations and add go-to on click
succesor method fixed
|
2020-04-26 18:09:02 +02:00 |
|
Michał Czekański
|
31d2bf0009
|
Fix random A* target selection
There was try catch catching all Exceptions, now it's only catching IndexErrors
|
2020-04-26 16:33:39 +02:00 |
|
Michał Czekański
|
b8abacd4cc
|
Add picking random target for A* algorithm
When user clicks "u" key target is being picked.
|
2020-04-26 14:13:27 +02:00 |
|
Michał Czekański
|
deeba7c740
|
Spaghetti code, not working
|
2020-04-26 03:59:09 +02:00 |
|
Michał Czekański
|
7d9dd06d09
|
Add import new class in Game.py
|
2020-04-25 23:19:41 +02:00 |
|
|
5ca1a0b4d0
|
New movement testing
|
2020-04-25 22:02:21 +02:00 |
|
Michał Czekański
|
3f7ed1e4b3
|
Add updating console on players death and closing game after time delay
|
2020-04-06 13:48:36 +02:00 |
|
|
deec08cec7
|
Changed alive checking
|
2020-04-06 13:42:56 +02:00 |
|
Michał Czekański
|
b22e69712c
|
Add updating ui bars and updating console on interaction in EventManager
|
2020-04-06 13:20:28 +02:00 |
|
Michał Czekański
|
156f9977e0
|
Add ui updates on player pickup in EventManager
|
2020-04-06 13:13:47 +02:00 |
|
|
e3b3fdd74f
|
Events won't be handled if the player is dead
|
2020-04-06 12:05:57 +02:00 |
|
|
87c7198199
|
Player can now interact with interactable entities
|
2020-04-06 10:38:12 +02:00 |
|
|
6d1dc4ffb7
|
Refactor Interactable.py and Pickupable.py
|
2020-04-06 10:33:29 +02:00 |
|
Michał Czekański
|
880c0af3c2
|
Move updating time text view to Ui class
|
2020-04-06 01:00:02 +02:00 |
|
|
9a5556ff7b
|
Merge remote-tracking branch 'origin/passingEvents' into passingEvents
# Conflicts:
# src/entities/Player.py
|
2020-04-06 00:41:37 +02:00 |
|
|
bc8474b4c5
|
Player can now pick up items
|
2020-04-06 00:40:16 +02:00 |
|
Michał Czekański
|
4985794b44
|
Add updating time in top left corner
|
2020-04-05 23:57:53 +02:00 |
|
Michał Czekański
|
17125f9dd9
|
Add passing events, stats to update Ui when handling events
|
2020-04-05 23:45:19 +02:00 |
|
|
c91c82d80a
|
Fixed bug: not being able to rotate with specific collisions
|
2020-04-05 20:47:24 +02:00 |
|
Wirus
|
c121519605
|
move collision to Map class
|
2020-04-05 20:20:37 +02:00 |
|
Wirus
|
853a3b1601
|
Map: collidable group of sprites
TerrainTile: position attributes
EventManager: collision method
|
2020-04-05 19:08:08 +02:00 |
|
|
6efd5652dd
|
Implemented proper player movement
|
2020-04-05 14:49:37 +02:00 |
|
|
277a84b72e
|
Added player movement
|
2020-04-04 21:33:39 +02:00 |
|
|
f535da1594
|
Added basic events
|
2020-04-02 17:30:25 +02:00 |
|
|
1c28b3a644
|
Initialized classes & file structure
|
2020-03-31 21:47:09 +02:00 |
|