Skip to content

foldfelis/Snake.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake Game

Snake Game

This snake game demonstrates how to build an application using Terming.jl as backend.

Quick start

The package can be installed with the Julia package manager. From the Julia REPL, type ] to enter the Pkg REPL mode and run:

Pkg> add https://github.com/foldfelis/Snake.jl

To start the game, simply execute main() function.

julia> using Snake

julia> main()

How to play

Use Up, Down, Right and Left key to control snake movement, press ESC to quit.

About

This snake game demonstrates how to build an application using Terming.jl as backend.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages