Skip to content

PseudoMon/drgtk-plantiful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plantiful

This game is built with DragonRuby GTK Standard version 3.24. It's just a silly thing I built for fun in two days. The game is playable here! But it's not playable on mobile afaik.

Btw this is the ffmpeg spell to resize/convert images. I don't know where to put it so I'm just gonna put it here.

ffmpeg -i "count machine.png" -vf scale=143:90 "countmachine.png" -quality 90

This repo

This repo contains the full source code of the game and all the assets I use. If you have DragonRuby, you can put this in the mygame folder and run it. Feel free to look around, but please don't straight-up take the code without telling me first.

Credits

Art for the game is by my wonderful sister. You can find her on the bird site as @miasmig. Btw you can find me on bird site too as @PseudoMonious. Font is Mansalva.

Additional Features

I'm not actively developing this game; it's just a weekend project. If I am though, here are some things I'd like to do:

  • Better timing for growth/wilting of the plant
  • Add randomized variation for each plant's growth/wilting time
  • A chill mode where the game can be left in the background and the plants will grow in minutes/hours. The current mode is more "arcade".
  • Add more plant type maybe?
  • Controller support? lol

About

A lil plant game made in DragonRuby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages