https://github.com/cryptogru812/chicken-game
3D P2E web-based game on solana
https://github.com/cryptogru812/chicken-game
gltf javascript p2e-game react solana threejs vite webgl
Last synced: about 2 months ago
JSON representation
3D P2E web-based game on solana
- Host: GitHub
- URL: https://github.com/cryptogru812/chicken-game
- Owner: cryptogru812
- Created: 2024-04-04T08:08:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T19:26:42.000Z (about 1 year ago)
- Last Synced: 2025-03-24T14:08:35.517Z (2 months ago)
- Topics: gltf, javascript, p2e-game, react, solana, threejs, vite, webgl
- Language: TypeScript
- Homepage: https://chicken-game-mauve.vercel.app
- Size: 144 MB
- Stars: 27
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chicken Game
## Setup
Download [Node.js](https://nodejs.org/en/download/).
Run this followed commands:``` bash
# Just be sure that you've got parcel js on you system
npm install -g parcel-bundler# Install dependencies (only for first time)
npm i# Serve at localhost:1234
npm run dev# Build for production in the dist/ directory
npm run build
```