https://github.com/tannerkrewson/snakeout
Out the snake, or be outed as a snake
https://github.com/tannerkrewson/snakeout
Last synced: about 1 year ago
JSON representation
Out the snake, or be outed as a snake
- Host: GitHub
- URL: https://github.com/tannerkrewson/snakeout
- Owner: tannerkrewson
- License: mit
- Created: 2016-08-25T02:06:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T01:34:04.000Z (over 3 years ago)
- Last Synced: 2025-04-15T00:42:55.563Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://snakeout.tannerkrewson.com/
- Size: 3.13 MB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snakeout 🐍
#### Play now: [snakeout.tannerkrewson.com](https://snakeout.tannerkrewson.com/)
## About
Snakeout was made using React, Socket.io, and Express.
## Quick Start
```bash
# Install dependencies
npm install
# Run unit tests
npm test
# Start development server
npm run dev
# Start production server
npm start
```
If `NODE_ENV=development`, you can automatically join the `ffff` dev lobby by navigating to `localhost:3000/?dev`.