Initial commit

This commit is contained in:
StrangeD0s
2026-02-07 15:33:25 +01:00
commit 817cdc7906
19 changed files with 6867 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# 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.
## 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.