Skip to content

overreactjs/game-little-martian

Repository files navigation

Little Martian

Coming soon...

Install dependencies

npm i

Run in browser

Run the vite dev server and process tailwind styles concurrently:

# full game
npm run dev:full

# demo
npm run dev:demo

Open http://localhost:5173 in a browser.

Run in electron

Build and run the game in the electron dev environment.

# full game
npm run electron:dev:full

# demo
npm run electron:dev:demo

Production build and package

To build and package the game as native macOS and Windows apps:

# full game
npm run electron:pack:full

# demo
npm run electron:pack:demo

About

"Little Martin", a survival game set on a mysterious planet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published