A 2-player puzzle game inspired by Wordle. The objective of the game is to guess a 6-letter mystery word and each player will take turns guessing.
I created this app to learn and practice different web technologies such as TypeScript, SocketIO, Next.JS, etc.
Table of Contents
Here are instructions to run the app locally.
Note Unfortunatley, there are typing issues that prevent the app from being built for deployment. These typing complications are due to implementing polymorphism and ES features not being recognized during the build. This is still a work in progress.
This is an example of how to list things you need to use the software and how to install them.
- yarn
npm install --global yarn
- Clone the repo for the front-end
git clone https://github.com/Ovillena/wordvs.git
- Clone the repo for the server
git clone https://github.com/Ovillena/wordvs-server.git
- Install packages
cd wordvs yarn install cd ../wordvs-server yarn install
- To run the server, open a terminal window for the wordvs-server folder and run the command
yarn start
- To run the client, open a terminal window for wordvs folder and run the command
yarn dev
- Open 2 instances of localhost:3000 in the browser and enter the same room ID for both instances
- Type in a few guesses to play the game
- Click the chat button to enter the chat feature. Type in a message and press enter or click the arrow icon to send
See the open issues for a full list of proposed features (and known issues).
- email: octaviovillena.ov@gmail.com
- LinkedIn: linkedin-url: https://linkedin.com/in/octavio-villena
- GitHub: https://github.com/Ovillena