Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/burkeholland/nodele
https://github.com/burkeholland/nodele
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/burkeholland/nodele
- Owner: burkeholland
- Created: 2022-01-25T18:07:00.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-25T19:02:09.000Z (over 2 years ago)
- Last Synced: 2024-10-26T03:44:33.366Z (19 days ago)
- Language: JavaScript
- Size: 142 KB
- Stars: 36
- Watchers: 1
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nodele
An implementation of the popular Wordle game in Node.js.
#### Screenshot 1
![Screenshot 1 of Nodele game](screenshots/0.png)
#### Screenshot 2
![Screenshot 1 of Nodele game](screenshots/1.png)
#### Screenshot 3
![Screenshot 1 of Nodele game](screenshots/2.png)
#### Screenshot 4
![Screenshot 1 of Nodele game](screenshots/3.png)
#### Screenshot 5
![Screenshot 1 of Nodele game](screenshots/4.png)
#### Screenshot 6
![Screenshot 1 of Nodele game](screenshots/5.png)
## Running
> Warning: Resizing terminal after starting will mess with the layout.
> INFO: try to run terminal in full screen before running### Option 1 - Dev Container
The easiest way to run the project is by opening it in a dev container using the [VS Code Remote Containers extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers&WT.mc_id=devcloud-0000-buhollan). You must also have Docker installed for this to work.
1. Open the project in VS Code.
1. Select "Reopen" from the notification in VS Code.
1. When the project opens, press F5.### Option 2
This project requires Node v12 or higher.
1. Run `npm install`
1. Run `npm start`. Alternatively in VS Code, press F5.