• Joined on 2023-09-20
Marks pushed to master at Marks/game-js 2024-04-21 20:47:49 +00:00
d1c3766c98 redraw textures and added new async task system
Marks pushed to master at Marks/game-js 2024-04-20 21:09:11 +00:00
815422f8e4 fixed PathFinder and now it is async
Marks pushed to master at Marks/game-js 2024-04-19 13:33:27 +00:00
fdfa7bd7cb temporarily switched to dijkstra's algorithm
Marks pushed to master at Marks/game-js 2024-04-19 13:05:57 +00:00
c1831994a2 some fixes
Marks pushed to master at Marks/game-js 2024-04-19 09:17:05 +00:00
6df6956133 update pixi to 8.1.0; fixed navigation issue when path was unreachable
Marks pushed to master at Marks/game-js 2024-04-17 18:56:16 +00:00
Marks pushed to master at Marks/game-js 2024-04-16 22:48:59 +00:00
6e33c8a99c removed a lot of logs and started A* implementation
Marks pushed to master at Marks/game-js 2024-04-15 14:13:54 +00:00
82c9d8374a removed junk
Marks pushed to master at Marks/game-js 2024-04-15 14:12:45 +00:00
eb37486bc2 terrain generation completed with object system
Marks pushed to master at Marks/game-js 2024-04-14 22:01:56 +00:00
379a2c4b4f hotfix for terrain tiles
Marks pushed to master at Marks/game-js 2024-04-14 21:59:39 +00:00
6a00a7eab3 fixed zIndex on terrain
Marks pushed to master at Marks/game-js 2024-04-14 21:58:26 +00:00
0e0639bbb7 fixed naming and complete terrain tiles generation with object system
Marks pushed to master at Marks/game-js 2024-04-14 14:23:04 +00:00
94f66a2818 added Scene, SceneObject, TickHandler and more. Part II
Marks pushed to master at Marks/game-js 2024-04-13 18:21:04 +00:00
0f130ad7e5 GameObject base class is implemented
Marks pushed to master at Marks/game-js 2024-04-13 17:41:08 +00:00
77fff585d2 NPC implementation. part I
Marks pushed to master at Marks/game-js 2024-04-10 23:49:26 +00:00
b4c6b97ca4 fixed day-night cycle colors and changed world generation
Marks pushed to master at Marks/game-js 2024-04-10 11:30:32 +00:00
78686fd323 assets
Marks pushed to master at Marks/game-js 2024-04-10 11:22:17 +00:00
24fa4203bc added sounds
Marks pushed to master at Marks/game-js 2024-04-10 08:50:26 +00:00
03eb586a9d removed ts from rollup
Marks pushed to master at Marks/game-js 2024-04-10 08:49:21 +00:00
c6dc0b42a0 added day-night cycle