-
[기본 틀]
"Class 통째"로 직렬화(Seriallization)(게임 세이브파일 저장할 수 있는 형태)
직렬화 값을 세이브 파일(Ver1.10)로 사용하는 방식
=> 문제점: Class 구조가 Ver1.11에서 바뀌었다.
지난법 세이브 파일에 있는 CLass 구조는 복원을 했을 때 Ver1.11에 안맞아서 세이브 파일 깨짐
저장방식…
-
My main game should make the list as well -> https://github.com/FreezingMoon/AncientBeast
There's a PR opened for 2 months now, but some other game was merged in the same spot and now there's confl…
-
Refactor processes to use the Strategy pattern for handling behavioral alternatives. This involves encapsulating different algorithms (or behaviors) into separate strategy objects to improve flexibili…
-
Any plans to add basic modding support for non bethesda games?
-
-
Would love to use this to represent a business service we offer.
![images](https://cloud.githubusercontent.com/assets/20689225/17189131/32161b2a-540e-11e6-9398-6cbcdf05c834.jpg)
-
I was reading an article titled "the math of whales and why subscription services are stupid". This was aimed mostly at the gaming market with microtransactions but the principles apply perfectly to u…
-
A temporary solution is to add a link to: https://tridecco.com/instructions
![image_instructions](https://github.com/user-attachments/assets/b9c1aea1-a1fc-49df-9a5b-6b05fd6e6d4b)
-
https://github.com/breatheco-de/wazuh-configuration-as-edr/tree/main
## To include delivables:
```json
{
"slug" : "data-security-matrix-game",
"title" : {
"en":"Learn data security by playing …
-
The Strategy Pattern section needs to showcase how this pattern is specifically applied in the code. Multiplayer Dominoes uses this pattern on the different bots and rules, so it must be explained how…