alipay-redpack / ecs-snake

Simple snake game powered by ecs framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake game - example of ecs framework usage.

Example project for test entity-component-system framework in real game.

This repository uses ecs framework code as git submodule, dont forget to init submodules after clone: "git submodule update --init"

How to play

Use ASDW / cursors key / joypad left analog stick for change snake direction and collect yellow quads ("food") to grow up. Red walls or snake tail should be avoided.

License

The software released under the terms of the MIT license. Enjoy.

About

Simple snake game powered by ecs framework.

License:MIT License


Languages

Language:C# 100.0%