No description
  • TypeScript 84.8%
  • CSS 13.6%
  • HTML 1.6%
Find a file
Aisla Vue 96565ad1f0 Bootstrap the initial HIVEMIND prototype
Capture the first playable slice so movement, swarm feel, signal pressure, and LAN testing can start against the design doc.
2026-04-18 09:43:35 -04:00
src Bootstrap the initial HIVEMIND prototype 2026-04-18 09:43:35 -04:00
.gitignore Bootstrap the initial HIVEMIND prototype 2026-04-18 09:43:35 -04:00
AGENTS.md Bootstrap the initial HIVEMIND prototype 2026-04-18 09:43:35 -04:00
darwinia1.jpg Bootstrap the initial HIVEMIND prototype 2026-04-18 09:43:35 -04:00
darwinia2.jpg Bootstrap the initial HIVEMIND prototype 2026-04-18 09:43:35 -04:00
darwinia3.jpg Bootstrap the initial HIVEMIND prototype 2026-04-18 09:43:35 -04:00
firstdraft.md Bootstrap the initial HIVEMIND prototype 2026-04-18 09:43:35 -04:00
game_design.md Bootstrap the initial HIVEMIND prototype 2026-04-18 09:43:35 -04:00
index.html Bootstrap the initial HIVEMIND prototype 2026-04-18 09:43:35 -04:00
package-lock.json Bootstrap the initial HIVEMIND prototype 2026-04-18 09:43:35 -04:00
package.json Bootstrap the initial HIVEMIND prototype 2026-04-18 09:43:35 -04:00
qna.md Bootstrap the initial HIVEMIND prototype 2026-04-18 09:43:35 -04:00
qna2.md Bootstrap the initial HIVEMIND prototype 2026-04-18 09:43:35 -04:00
qna3.md Bootstrap the initial HIVEMIND prototype 2026-04-18 09:43:35 -04:00
README.md Bootstrap the initial HIVEMIND prototype 2026-04-18 09:43:35 -04:00
tsconfig.json Bootstrap the initial HIVEMIND prototype 2026-04-18 09:43:35 -04:00

HIVEMIND Prototype

Initial project scaffold for the HIVEMIND design document.

Current Slice

This prototype is focused on the design doc's first playable goal:

  1. Leader movement with keyboard and basic gamepad support.
  2. Passive ant spawning from the starting hive.
  3. Swarm followers that stay inside owned signal.
  4. Visible signal territory and a darkness death countdown outside it.
  5. Mineral pickup collection.

Run It

npm install
npm run dev

Next Milestones

  1. Add radio tower placement and network expansion.
  2. Add enemy hive signal and a simple enemy swarm.
  3. Connect networks and test the first hive conquest loop.