docs: add license and readme

dunkirk.sh 587b341f b18a4ad8

verified
Changed files
+41 -20
+27
LICENSE.md
···
+
The MIT License (MIT)
+
=====================
+
+
Copyright © `2025` `Kieran Klukas`
+
+
Permission is hereby granted, free of charge, to any person
+
obtaining a copy of this software and associated documentation
+
files (the “Software”), to deal in the Software without
+
restriction, including without limitation the rights to use,
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
+
copies of the Software, and to permit persons to whom the
+
Software is furnished to do so, subject to the following
+
conditions:
+
+
The above copyright notice and this permission notice shall be
+
included in all copies or substantial portions of the Software.
+
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+
OTHER DEALINGS IN THE SOFTWARE.
+
+
+14 -20
README.md
···
-
# Folder structure
+
# Smackdown
-
- `src` - source code for your kaplay project
-
- `dist` - distribution folder, contains your index.html, built js bundle and static assets
+
A game made for [daydream](https://daydream.hackclub.com/columbus)
+
## Dev notes
-
## Development
+
This is bundled with bun and is pretty simple to hack on.
-
```sh
-
$ bun run dev
-
```
-
-
will start a dev server at http://localhost:8000
-
-
## Distribution
-
-
```sh
-
$ bun run build
+
```bash
+
bun dev # hot reloaded server on localhost
+
bun run build # compiles it all to to ./dist
+
bun zip # builds it and then zips it to ./dist/game.zip
```
-
will build your js files into `dist/`
+
<p align="center">
+
<i><code>&copy 2025-present <a href="https://github.com/taciturnaxolotl">Kieran Klukas</a></code></i>
+
</p>
-
```sh
-
$ bun run zip
-
```
-
-
will build your game and package into a .zip file, you can upload to your server or itch.io / newground etc.
+
<p align="center">
+
<a href="https://github.com/taciturnaxolotl/smackdown/blob/main/LICENSE.md"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=363a4f&colorB=b7bdf8"/></a>
+
</p>