You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
assets/fonts | 2 months ago | |
src | 2 months ago | |
.gitignore | 3 months ago | |
COPYING | 3 months ago | |
README.md | 1 month ago | |
default_env.tres | 3 months ago | |
icon.png | 3 months ago | |
icon.png.import | 3 months ago | |
log.md | 2 months ago | |
project.godot | 1 month ago |
README.md
Sevivon
Sevivon is an open-source multiplayer dreidel game for mobile devices, built with Godot.
Status
This implementation is backend-first. The game is being written in Godotscript without graphics, and will be restructered after the fact to facilitate the addition of graphics.
Structure
The project's structure is based on the Godot project organization guidelines, and holds to the following ASCII tree:
sevivon/
├─ src/
│ ├─ scenes/
│ │ ├─ example_scene/
│ │ │ ├─ *.tscn
│ │ │ ├─ *.gltf
│ │ │ ├─ *.material
│ │ ├─ main.tscn
│ ├─ scripts/
│ │ ├─ *.gd
├─ .gitignore
├─ COPYING
├─ README.md
├─ default_env.tres
├─ icon.png
├─ project.godot
Contributing
All contributions are welcome!
License
This project is licensed under the AGPL.