Skip to content

Simple snake game written in order to learn the Pony language

Notifications You must be signed in to change notification settings

NathanC/Pony-Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Simple Snake Game in Pony

Gameplay recording

Recently I stumbled across the language Pony, and it caught my interest. According to the homepage,

Pony is an open-source, object-oriented, actor-model, capabilities-secure, high-performance programming language.

Actors as a first class citizen intrigued me, as well as the capability model that pony uses (to prevent data race conditions).

Anyhow, this is a simple Snake game that I wrote while tinkering around with the language. To run it, make sure ponyc is on your path, and run:

cd src
ponyc . -b snake
./snake

About

Simple snake game written in order to learn the Pony language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages