Commit graph

9 commits

Author SHA1 Message Date
3f67e342a7 Add directories to distingish between pixelized apps. 2025-03-02 10:20:52 +01:00
1e5f0d88ae Refactor project data to allow server handling. 2025-02-22 12:54:19 +01:00
de13bf2c74 Add file system management in the main menu. 2024-11-28 19:04:45 +01:00
7fc99f5799 Add koin dependencies injections. 2024-11-15 21:18:45 +01:00
59f8aff121 Refactor the windows navigation system 2024-11-13 16:36:35 +01:00
f6d026d50f Minor UI adjustment. 2024-11-11 18:38:25 +01:00
0e5fee6771 Add basic network feature.
Basic implementation of a WebSocket protocol with JSON.

Note : obfuscation & release build are deactivated again. Netty (needed for Ktor server) is a nightmare to build in release with or without proguard.
Spend more time until now on project configuration that in actual prototyping.
2024-11-09 19:35:24 +01:00
65aa53890f Update the app with some features skeleton.
Change the navigation system
Add a basic file system management to save the charactersheet.
Add a common source code directory & commonTest module.
Add test to the business class.
2024-11-04 23:34:16 +01:00
9ddd6018fd Initial commit 2024-11-02 08:34:20 +01:00