28 lines
937 B
Markdown
28 lines
937 B
Markdown
# Smuggler's Run
|
|
|
|
Smuggler's Run is a minimalist space adventure game, where you, the player, are an unlicensed space trader, flying cargo from planet to planet while trying not to be blown to pieces by bounty hunters, imperial forces or rebel do-gooders.
|
|
|
|
This game is not meant to be played on a small mobile screen.
|
|
|
|
## Getting Started
|
|
|
|
First, run the development server:
|
|
|
|
```bash
|
|
npm run dev
|
|
# or
|
|
yarn dev
|
|
# or
|
|
pnpm dev
|
|
# or
|
|
bun dev
|
|
```
|
|
|
|
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
|
|
|
|
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
|
|
|
|
## Licence & Credits
|
|
|
|
Smuggler's Run is based in part on the light weight 2d6 game system [Tunnel Goons](https://tunnelgoons.com/) which is released under a Creative Commons 4.0 International License.
|