Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/humbertodias/game-snake-defold
Snake created with Defold2
https://github.com/humbertodias/game-snake-defold
bob defold-game-engine docker
Last synced: 22 days ago
JSON representation
Snake created with Defold2
- Host: GitHub
- URL: https://github.com/humbertodias/game-snake-defold
- Owner: humbertodias
- Created: 2017-11-14T21:58:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T19:55:33.000Z (11 months ago)
- Last Synced: 2024-12-08T13:49:13.176Z (26 days ago)
- Topics: bob, defold-game-engine, docker
- Language: Go
- Homepage: https://humbertodias.github.io/game-snake-defold/
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Deploy static content to Pages](https://github.com/humbertodias/game-snake-defold/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/humbertodias/game-snake-defold/actions/workflows/gh-pages.yml)
# Snake Game
Snake game created with Defold engine created by King.com
# Dependencies
1. [Defold](https://defold.com/download/)
# How to run
Access [Snake](https://humbertodias.github.io/game-snake-defold)
or
Locally
```shell
git clone https://github.com/humbertodias/game-snake-defold
```# Open the project
Click on **From disk** and select the file **game.project**
![](doc/defold-open.png)
# Output
Project > Build
![](doc/snake-running.png)
# References
[Snake in 35min programmieren](https://www.youtube.com/watch?v=MZ8hpr9xKHA)
[Defold Engine](https://www.defold.com/editor-two)