Devlog 0.1


Devlog 0.1

So now that we have situated the characters, its time to announce them! We're also going to show some updates being added.

Characters

  1. DaWinnerIsHere
  2. Plasma Bonnie
  3. Gamer Bonnie
  4. Powered Funtime Foxy
  5. Dank Freddy
  6. Soul
  7. Fluffy
  8. Dasher
  9. Oddbot
  10. J4ck

Mechanics

So remember Doki Doki Literature Club? Well we're going to add a character system to Start Chapter 5. Deleting characters is the main thing you'll be doing, but you can add characters too!

We're also going to add a feature, that we can shut down any program with just a few lines of code depicted here:

init python:
    def close_file(name):
            try:
                os.system('TASKKILL /F /IM ' + name)
            except:
                pass

We  also added a fighting system, so its an RPG / Visual Novel sort of thing. It'll look like this:


It may change based on who is playing, or where they are in the game. So, thats all im going to omit to the public. Stay tuned for more!

Leave a comment

Log in with itch.io to leave a comment.