Skip to content

soumitradev/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

A snake game made in Julia using Pygame

How to play

  • Use arrow keys to move
  • Don't run into yourself
  • Eat as many apples as you can
  • Running into the walls will loop you back into the game

Requirements

  • Needs Python installed (Preferably >3.5)
  • Needs pygame installed on Python
  • Needs Julia to be configured to run with Python: Use PyCall, and set ENV["PYTHON"] = *path to python* in Julia REPL

Demo

References

This Python pygame tutorial

Why?

Why not?

About

A snake game made in Julia using Pygame

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages