Skip to content

Commit

Permalink
Merge branch 'main' into sean-develop
Browse files Browse the repository at this point in the history
  • Loading branch information
23o4i7 committed May 10, 2022
2 parents ade9a2a + e189f86 commit 73e1893
Show file tree
Hide file tree
Showing 33 changed files with 3,346 additions and 232 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ node_modules
hidden
config.json
.env
.firebase
.firebase
node_modules
package-lock.json
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"Wordle"
]
}
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,16 @@
# word-gotchu
Pixel styled web platform game based on Wordle and original characters known as “Gotchus’’ that battle against each other in an arena.
# Word-Gotchu
Pixel styled web platform game based on Wordle and original characters known as 'Gotchus' that battle against each other in an arena.

Now hosted on [Heroku](https://wordgotchu.herokuapp.com/).

## Gameplay

*Defeat opponents or play against friends in a wordle-styled match*

![wordgotchu gameplay](/public/images/readme/Gotchu_Dome_Match_Screen.png)

## Gotchus

*Earn currency by defeating opponents and spend it at the gotchu gacha! There are a variety of gotchus with unique abilities to collect*

![wordgotchu gacha](/public/images/readme/Gotchu_Gacha_Page_Mockup.png)
1 change: 0 additions & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ const cookieSession = require("cookie-session");

const router = require("./routes/router");
const apiRouter = require("./routes/api")
const db = require("./fakedb")

const app = express();

Expand Down
Loading

0 comments on commit 73e1893

Please # to comment.