An open API service indexing awesome lists of open source software.

https://github.com/ferhatgec/wgsd

when gech stores data, a data interface for gechland game
https://github.com/ferhatgec/wgsd

data-interface gdscript gech gechland

Last synced: 7 months ago
JSON representation

when gech stores data, a data interface for gechland game

Awesome Lists containing this project

README

          

# wgsd
## when gech stores data, a data interface for gechland

```python
# only 3 profiles supported in gechland

profile1 =
use_music; true;
last_checkpoint; empty;
character_name; gech;
end; profile1;

profile2 =
empty; true;
end; profile2;

profile3 =
age; 13.5;
end; profile3;
```

### wgsd licensed under the terms of MIT License.