Version 0.5.0 is now available!
This version adds support for string interpolation.
Now it is possible to use print a numeric variable in the middle of a text line by using ${expression}.
Example code:
* font "damieng.com - Hourglass font.png"
* background "Blue Hedgehog.png"
* create intVar, 1
* create boolVar, true
* temp localInt, 2
* set localInt, intVar + 3
* create playingMusic, false
* choice
* if playingMusic
# Stop the music
* stop music, sound
OK, music is stopped.
* set playingMusic, false
* elseif FALSE
This should not appear
This should not play
* music "Actraiser - Fillmore.vgm"
* else
# Play some music
* music "Actraiser - Fillmore.vgm"
OK, playing Fillmore, from Actraiser.
* set playingMusic, true
# Play a voice
* sound "ready.wav"
OK, playing a digital voice.
# Show a smiley
* image "Smiley.png", at(30, 3)
OK... showing a smiley!
# Fourth choice
This is a test.
Second line.
Third line.
* choice
# Yet another choice
You chose this.
# One more choice
You chose that.
# Increment a number
* set intVar, intVar + 1
The value is now ${intVar}!
# Go to another scene
* goto_scene test
Files
choice4genesis-0.5.0-standalone.7z 107 MB
Sep 27, 2022
choice4genesis - v0.5.0 - transpiler.7z 4 MB
Sep 27, 2022
choice4genesis - v0.5.0 - simple demo rom.bin 256 kB
Sep 27, 2022
Get choice4genesis - a ChoiceScript clone for the Sega Genesis
choice4genesis - a ChoiceScript clone for the Sega Genesis
Create visual novels and multimedia presentations in the form of Sega Genesis ROMs
Status | In development |
Category | Tool |
Author | haroldo-ok |
Genre | Visual Novel |
Tags | 16-bit, choicescript, Game engine, Homebrew, Mega Drive, multimedia, Retro, Sega Genesis, sgdk |
More posts
- Version 0.14.4 is now available!Nov 27, 2023
- Version 0.14.3 is now available!Nov 09, 2023
- Version 0.14.2 is now available!May 24, 2023
- Version 0.14.1 is now available!Mar 06, 2023
- Version 0.14.0 is now available!Feb 25, 2023
- Version 0.13.2 is now available!Jan 09, 2023
- Version 0.13.1 is now available!Dec 23, 2022
- Implementation of the code editor is in progressDec 19, 2022
- Version 0.12.0 is now available!Nov 29, 2022
- Version 0.11.2 is now available!Nov 27, 2022
Leave a comment
Log in with itch.io to leave a comment.