Skip to content

Commit

Permalink
complete game with playable custom character
Browse files Browse the repository at this point in the history
  • Loading branch information
BowTiedDeployer committed Nov 29, 2022
1 parent 5328913 commit fb6507f
Show file tree
Hide file tree
Showing 9 changed files with 3,094 additions and 5 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

## Current State

- Define the scenes
- Map the scenes
- Change scenes and keep track of the current one
- Install dependencies
- Insert game mechanics
- Update the game script to match the integration in the DAPP
- Render selected NFT as the character
- Parse the page mapping states
- Return to main menu from the game
65 changes: 65 additions & 0 deletions react-cra/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion react-cra/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@testing-library/user-event": "^14.2.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet-async": "^1.3.0",
"react-scripts": "5.0.1"
},
"overrides": {
Expand Down Expand Up @@ -43,4 +44,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit fb6507f

Please sign in to comment.