Skip to content

Demorome/Snake_ECS

 
 

Repository files navigation

Snake ECS

An amateur project to reimplement the classic Snake game in Moonworks using its ECS tools, made for learning and practice.

It uses code and assets from the GGJ2024 (ROLL AND CASH: GROCERY LORDS) project, details given below.

ROLL AND CASH: GROCERY LORDS

A game made in 48 hours for Global Game Jam 2024 using the MoonWorks game framework.

Available on itch.io.

In December 2024, Evan upgraded the code to use the latest version of MoonWorks. This now serves as a decent example of a small but complete game that uses the MoonWorks framework.

You will need to run the ContentBuilderUI project first. This will generate the content files necessary to build and run the game.

Licenses

ROLL AND CASH: GROCERY LORDS is released under multiple licenses, contained in the licenses folder.

Code is released under the zlib license: code.LICENSE
Assets are released under the CC-BY-SA 4.0 license: assets.LICENSE

Kosugi font is licensed under the Apache License, Version 2.0
Pixeltype font was made by TheJman0205 with FontStruct. It can be used by anyone for free.

About

A rough implementation of Snake using MoonWorks and its ECS library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 99.8%
  • HLSL 0.2%