Skip to content

Game with a pack of cards. Each card has a number associated with it which ranges from 0 to 2²⁵⁶–1. Players will guess a number that is going to be picked up. The dealer will then at random pick up a card from the pack. If someone correctly guesses the number, they win 0.1 ETH. Hacker attacks the game to find the "random" number.

Notifications You must be signed in to change notification settings

outerspacesoph/cardGameHack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Hardhat Project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, and a script that deploys that contract.

Try running some of the following tasks:

npx hardhat help
npx hardhat test
REPORT_GAS=true npx hardhat test
npx hardhat node
npx hardhat run scripts/deploy.js

About

Game with a pack of cards. Each card has a number associated with it which ranges from 0 to 2²⁵⁶–1. Players will guess a number that is going to be picked up. The dealer will then at random pick up a card from the pack. If someone correctly guesses the number, they win 0.1 ETH. Hacker attacks the game to find the "random" number.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published