Bart200c / snake

A serverless, graphics-based game of snake with a leaderboard by Skparab1, AninditP, Apawate, AdvaitaG, and Anish-lakkapragada

Home Page:https://skparab1.github.io/snake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Glacier app snake game

  • aws lambda env
GLACIER_APP_PRIVATEKEY=<your-eth-private-key>
GLACIER_APP_NS=<your-namespace>
GLACIER_GATEWAY=<glacier-gateway>
  • aws lambda deploy
npm i
zip -r snake.zip ./*

Upload snake.zip to aws lambda service, event handle by 'lambda.handler'

About

A serverless, graphics-based game of snake with a leaderboard by Skparab1, AninditP, Apawate, AdvaitaG, and Anish-lakkapragada

https://skparab1.github.io/snake

License:GNU General Public License v3.0


Languages

Language:JavaScript 80.8%Language:HTML 13.3%Language:CSS 6.0%