Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ynfuien/snake-julia
Simple snake game in Julia.
https://github.com/ynfuien/snake-julia
julia julialang snake snake-game
Last synced: about 22 hours ago
JSON representation
Simple snake game in Julia.
- Host: GitHub
- URL: https://github.com/ynfuien/snake-julia
- Owner: Ynfuien
- License: gpl-3.0
- Created: 2023-08-26T22:56:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-26T23:03:29.000Z (over 1 year ago)
- Last Synced: 2025-01-22T06:25:49.102Z (about 22 hours ago)
- Topics: julia, julialang, snake, snake-game
- Language: Julia
- Homepage:
- Size: 529 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake in Julia
Simple snake game ported from my C# snake, using [SDL2 bindings](https://github.com/JuliaMultimedia/SimpleDirectMediaLayer.jl) for displaying graphic.# Media
![gameplay](https://i.imgur.com/346AFy0.gif)# License
This project uses [GNU GPLv3](https://github.com/Ynfuien/snake-julia/blob/main/LICENSE) license.