From df8a4af0e9cbe17aaadcf2526f6c47629eba5bec Mon Sep 17 00:00:00 2001 From: Pabloader Date: Tue, 9 Jul 2024 12:40:56 +0000 Subject: [PATCH] Fix links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adf15fc..894e3f0 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ bun install ## Make a game -- Create your game folder in [src/games](src/games) +- Create your game folder in `src/games` - Create `src/games//index.ts` with default exported function. ## Running: @@ -87,13 +87,13 @@ bun run build ``` - Vendor prefixed if needed - - Import fonts (see [example](src/common/assets/vga.font.css)) + - Import fonts (see example in `src/common/assets/vga.font.css`) ```ts import "./assets/lcd.font.css"; ``` - [AssemblyScript](https://www.assemblyscript.org/) support (TypeScript-like language compiled into WebAssembly) - - [Example](./src/games/playground/awoo.wasm.ts) + - Example: `src/games/playground/awoo.wasm.ts` - Triggered by file name `*.wasm.ts`