Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

tinkylicious

2
Posts
A member registered 11 days ago

Creator of

Recent community posts

This reminds me of Duck Life!!!

I think it's not too reliant on luck because the option that will give more strength is pretty obvious, and you can choose to keep training if your duck isn't strong enough. Also, I was not able to name my duck :( I could not type in the input bar. If you work on this more, it would be nice if there were stronger opponents you could fight after training for a while, and potentially go to the Ducklympics.

The timer was made with a defined variable ($time) and using the command "(live:)[]"

"(live:)[code goes here]" will update whatever you code inside of it after every unit of time (e.g. (live: 1s) will update every second).

This is pretty much what I did:
(set: $time to 90)
(live: 1s)[(set: $time to it - 1)]