Skip to content

Encode-Bootcamp-Group-4/CapStone_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Links

Presentation Slides

Team Members

First Name Last Name Discord
Bryce Palichuk bchuk#8913
Maxwell Saal bearmans#0295
Marco Germanier r-x-x#8344
David Shaw thatboi#8495
Ric P Ric#6871

Project Description

Proof of Snake is a Web3-ified version of the classic game Snake. The game allows users to bet GoerliETH and play a game of Snake. The score from the game is stored on our smart contract, along with the gameId and bet size. A challenger can then challenge the game, and if they win, they get the GoerliETH from the original player. If the original player wins, they get to keep the GoerliETH. The game is played on a 42x42 grid, and the snake can move in any direction. The snake can't move through the walls, and the snake can't eat itself. The snake can also eat the food, which will increase the length of the snake. The game ends when the snake hits itself or the wall. The score is the length of the snake at the end of the game.

Project Context

This is an demo app for the Encode bootcamp CapStone project for Group 4. The goal of the project is to create a game that uses a smart contract to store the score of the game, and allows users to bet on the game. The game must be provably fair, and the smart contract must be able to verify the score of the game.

About

This is the CapStone project for Group 4 to complete the Encode Solidity Bootcamp called Proof of Snake.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors