Skip to content
Notifications You must be signed in to change notification settings

Iviv122/FunFunGame

Repository files navigation

FunFun, small game about builing math functions

demo link https://iviv122.itch.io/funfun

Was made with Godot 4.5 (stable)

Game Controlls

  • Mouse to navigate
  • Keyboard to input function into input field
  • If your function doen't work

My function doesn't work

Please check reasons below if it is not the case report please

Q: mx+c doesn't give straight line.

A: Sadly eval function in godot doesn't support mx. It should be written as m*x otherwise it will be interpreted as

let assume m = 5

then for x = 10 => mx = 510510

then for x = -5 => 5-10-10

then for x = 150 => 5150150

Q: why i can't write y = x?

A: Parser assumes that 'y=' part is always here, it is redudant so just write x

Q: Why my function is so small?

A: If it is too small for you, try multiplication or division

Dependecies

  • No Dependecies

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published