MichaelPaulukonis / nova-zombie-simulator

U R A ZOMBIE NOM NOM NOM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NOVA ZOMBIE SIMULATOR

A game in p5js designed by my son

uses P5.js-vite Starter Template 🚀

License: MIT

Vite starter template to scaffold a new p5.js project.

This is an unopinionated template; aside from P5.js and Vite, the rest of your project's tools are entirely up to you.

Live demo

For a live demo please visit this page.

Installation

Pull the template files with degit and install dependencies.

npx degit makinteract/p5js-vite my-project

cd my-project
npm install
npm run dev

npm scripts

  • npm run dev - Starts the development server at port 3000
  • npm run build - Builds the application in a dist folder
  • npm run preview - Serves the build files (dist folder) locally at port 5000

Note that if after this last command you do not see anything, you can use instead this other command:

  • npm run preview --host - You should then be able to see your files locally at port 5000

About

U R A ZOMBIE NOM NOM NOM

License:MIT License


Languages

Language:JavaScript 91.2%Language:CSS 6.2%Language:HTML 2.6%