Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

thefloatingpixel

4
Posts
1
Topics
2
Followers
A member registered Aug 10, 2022 · View creator page →

Creator of

Recent community posts

(1 edit)

There are some really technically advanced submissions (3d n' stuff) in this jam, but this game feels the most polished and complete out of them! (besides being a little short :P)

Edit: I just managed to beat the 3 basic bosses with practice mode off! I think my favorite is the Rick fight - it just has a great flow.

I had the same problem! Change your asconfig.json file contents to:

{
  "entries": [
    "./src/main.ts"
  ],
  "options": {
    "outFile": "build/cart.wasm",
    "runtime": "incremental",
    "importMemory": true,
    "initialMemory": 1,
    "maximumMemory": 1,
    "noExportMemory": true,
    "zeroFilledMemory": true,
    "memoryBase": 6560,
    "use": [
      "seed=src/wasm4/seedHandler",
      "trace="
    ],     
    "disable": "bulk-memory"
  },
  "targets": {
    "release": {
      "optimizeLevel": 3,
      "shrinkLevel": 1,
      "noAssert": true,
      "use": "abort="
    },
    "debug": {
      "debug": true,
      "sourceMap": "http://localhost:4444/cart.wasm.map",
      "use": "abort=src/wasm4/abortHandler"
    }
  }
}

Wow. This is INCREDIBLE!

Do i have to submit my game to both itch and WAPM?