Skip to content

Some snake PoC to learn a bit more about gamedev

Notifications You must be signed in to change notification settings

Mayeu/gamedev-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementing a simple snake game with Elixir + Scenic

This repository contains an implementation of Snake using Elixir and the Scenic framework.

The starting point is this article in which the author uses Scenic 0.10. I followed the steps but using Scenic 0.11 instead and added an agent storing the state of the game to support hot reload of the game without losing the state (I also had many issues with it, so don't consider it an example on how to do this.). You can find this implementation in the snake-scenic-0.11 folder.