Skip to content

Releases: haroldo-ok/vcs-game-maker

Create block for generating random number within a few predefined ranges.

19 Sep 00:15
d83a6a1
Compare
Choose a tag to compare

What's Changed

  • Create block for generating random number within a few predefined ranges. by @haroldo-ok in #100

Full Changelog: v0.24.0...v0.25.0

image

Add more examples

09 Sep 22:29
213e2d6
Compare
Choose a tag to compare
Add more examples Pre-release
Pre-release

What's Changed

Full Changelog: v0.23.1...v0.24.0

This version adds a newer Electron-based distribution

23 Aug 22:30
Compare
Choose a tag to compare

Implement more events

30 Jun 22:12
395641b
Compare
Choose a tag to compare
Implement more events Pre-release
Pre-release

What's Changed

  • Implement more events by @haroldo-ok in #93
  • Implement events for title screen, gameplay, gameover, etc.
  • Also had to refactor gameplay logic to be reusable.

Full Changelog: v0.22.0...v0.23.0

image

Create block for defining code that should be executed only once when starting the ROM.

24 Jun 00:55
f2e0d42
Compare
Choose a tag to compare

What's Changed

  • Create block for defining code that should be executed only once when starting the ROM. by @haroldo-ok in #91
  • This fixes #78

Full Changelog: v0.21.0...v0.22.0
image

Implement support for importing/exporting images

12 Jun 00:31
657bd9a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20.0...v0.21.0

image

Added a few player 1 related examples

08 Jun 00:08
99c46d5
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.19.0...v0.20.0

image

Implement support for multiple player animations

06 Jun 00:09
d56d752
Compare
Choose a tag to compare

What's Changed

  • Implement support for multiple player animations by @haroldo-ok in #82
  • This fixes "Implement block to choose which sprite animation should be used" #77
  • This fixes "Implement the option of choosing which sprite to use" #55

image
image

Full Changelog: v0.18.1...v0.19.0

Fix bug where player color and missile height were interfering with each other

02 Jun 23:08
2b2fdb8
Compare
Choose a tag to compare

What's Changed

  • Fix bug where player color and missile height were interfering with each other. by @haroldo-ok in #81

Full Changelog: v0.18.0...v0.18.1

Create block for setting number and width of players and missiles

02 Jun 19:48
080ece5
Compare
Choose a tag to compare

What's Changed

  • Create block for setting number and width of players and missiles by @haroldo-ok in #80

Full Changelog: v0.17.1...v0.18.0

image