Skip to content

gtjvv976mb-netizen/chikimonsters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

465 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chiki Monsters

A 3D voxel browser game tied to the $CHIKI Solana memecoin. Token holders (≥ 500,000 $CHIKI) receive an autonomous Chiki that roams the world of Chikoria, completes timed tasks, and earns SOL from the creator-fee pool.

Built with Three.js (r128) — pure static files, no build step.

Run locally

Just serve the folder over HTTP (the game loads models.js and assets by path):

# any static server works, e.g.
python3 -m http.server 8080
# then open http://localhost:8080

Open index.html for the homepage; it launches the game (play.html) in an iframe.

Deploy (GitHub Pages)

  1. Push this folder to a GitHub repo.
  2. Settings → Pages → Build from branch → main / root.
  3. Your game will be live at https://<user>.github.io/<repo>/.

Structure

File Purpose
index.html Homepage (tabs, hero, Play button)
play.html The full 3D game
models.js All voxel models (chikimons, boat, tree, mailbox, hive, berry, arena) embedded as base64
intro.mp4 Intro cinematic
homepage-hero.png, play-now.png, splash.png Homepage art
ui/ In-game tab/button/frame images

Wallets, $CHIKI balances and SOL payouts are simulated in this build.

About

A 3D voxel idle world where $CHIKI token holders receive autonomous creatures that explore, work, and earn SOL rewards from creator fees.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors