Skip to content

A GUI tamagotchi Memory enhanced application.

License

Notifications You must be signed in to change notification settings

Nadoooor/Little-Noro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 20, 2025
c38fabb · · Aug 20, 2025

History

28 Commits
Aug 11, 2025
Aug 19, 2025
Aug 20, 2025
Aug 20, 2025
Aug 20, 2025
Aug 11, 2025
Aug 11, 2025
Aug 4, 2025
Aug 20, 2025
Aug 19, 2025
Aug 19, 2025

Repository files navigation

Little-Noro

A GUI Pet like a Tamagotchi that can be treated and eats unwanted files.

About

It is a small pet where you can feed him and level him to open up new pets. It has sound effects when you feed it or when level up. Also, It has an easter egg go ahead and look for the easter egg. And time based wallpaper.(Hint: Don't cheat))

Note

You have 4 Levels and it debends on your points. (points > 20 : level 1, points <= 20 and > 40 : level 2, and so on)nd so on)

techniques used to Optimize.

  • Loaded all the images first in a fyne.Resource so it doesn't talk alot of ram when called
  • Checking every second if the points or pet or clock, etc... changed and it won't redraw the widgets unless they change.
  • Made save and load functions to save to or load from the JSON file and reusing them instead of reading the json every time.
  • Made the wallpaper size to be 600X400 by defualt instead of resizeing it with fyne so it won't use a lot of memory.

how to install ??

Download the ZIP file from the release and extract it.
then open the terminal in the little-noro directory and run ./yoursystembinaryy

Windows:

./Little_Noro.exe

Note

You don't need any dependancies for the binaries.

Build Instructions:

You can download the source code and go to /Little_Noro/Main and install fyne framework and run:

fyne build main.go

Note

Keep the images and sound files in the same directory as main.go or the binary file.

About

A GUI tamagotchi Memory enhanced application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages