An open API service indexing awesome lists of open source software.

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

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
```