Skip to content

Releases: failfa-st/2D-GameCreator

1.1.1

01 Jun 13:50
Compare
Choose a tag to compare

1.1.1 (2023-06-01)

Bug Fixes

  • write-version: move the script into src so that it's available when building the docker image (99c964b)

1.1.0

01 Jun 13:45
Compare
Choose a tag to compare

1.1.0 (2023-06-01)

Bug Fixes

  • write-version: use a node script to write the version (8f23117)

Features

  • make sure that "createGameLoop" will not be removed by AI (ae0898c)

1.0.3

01 Jun 12:23
Compare
Choose a tag to compare

1.0.3 (2023-06-01)

Bug Fixes

  • game-creator: comment out server submit (1cb247f)

1.0.2

01 Jun 12:16
Compare
Choose a tag to compare

1.0.2 (2023-06-01)

Bug Fixes

  • esdeka: use esdeka-node18 instead of esdeka (24e9313)

1.0.1

01 Jun 11:49
Compare
Choose a tag to compare

1.0.1 (2023-06-01)

Bug Fixes

  • hf: use yarn.lock instead of package-lock.json (a961742)

1.0.0

01 Jun 09:14
Compare
Choose a tag to compare

1.0.0 (2023-06-01)

Bug Fixes

Features

  • 100% browser yeah baby yeah (e5ae926)
  • add fat button for run (#2) (6be1f45)
  • added "Network error" (ac6bf17)
  • added custom error for Axios (aa978f5)
  • added ExamplesGrid component and example "Flappy Bird SPEED" (22a5b8c)
  • added gameLoop that uses delta to draw (c976217)
  • added OpenAIError (7288a2c)
  • added terser, semantic-release, updated lint-staged, added scripts "write-version" and "postinstall" (5c8ae1b)
  • allow saving and running edited code (f1a6acf)
  • better error handling when interacting with OpenAI, moved examples around, use env to load version (684a661)
  • better loading state (0391bdb)
  • better prompt (#3) (90d9359)
  • calls to OpenAI API are done in the frontend only (65cfba9)
  • changed everything to create Canvas2D games (6c2bcb4)
  • everything (2f65818)
  • extract form submit into own function (9916364)
  • initial prototype (a86df80)
  • localstorage (ebe6926)
  • minify template before sending it to openAI, added signal control to be able to cancel the request (1c782e2)
  • provide random alias (21a57cd)
  • renamed a few components, added cancel, changed the default button (2d85080)
  • renamed to "2D GameCreator" (3516ec6)
  • renamed to "2DGameCreator" (91e9e61)
  • run in Docker (4b86651)
  • secret should be required in production (091fca4)
  • stricter prompt (9d1931d)
  • temperature (34bac1b)
  • updated example prompt for "flappy bird" (d5e268c)
  • use constants for COMMAND and renamed the package (2aa79c0)