eugene-serb / snake-game

Snake game with procedurally generated levels and support for keyboard, gamepad and touchpad. Let's play!

Home Page:https://eugene-serb.github.io/snake-game/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake Game

This is a simple browser snake-game. Let's have fun! [rep] [site].

Use Aurora Game Engine [rep].

Stack:

Commands:

  • npm run start — run with watcher
  • npm run dev — run dev server
  • npm run build — build in production mode,
  • npm run build:dev — build in development mode,
  • npm run lint — run lint check,
  • npm run lint:fix — run lint fix,
  • npm run format — run prettier check,
  • npm run format:fix — run prettier fix,
  • npm run test — run tests

About

Snake game with procedurally generated levels and support for keyboard, gamepad and touchpad. Let's play!

https://eugene-serb.github.io/snake-game/

License:GNU General Public License v3.0


Languages

Language:JavaScript 61.9%Language:CSS 21.6%Language:HTML 16.5%