Skip to content

b-10e/gbacalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GBACALC

A Scientific Calculator for the Gameboy Advance

Features

  • everything a standard 4 function calculator does
  • custom variables, EX. running x = 4 will create a new variable called x with a value of 4
  • custom functions, EX. running hypot(a,b) = sqrt(a*a + b*b) will create a new function called hypot which takes 2 arguments
  • switching between degrees and radians

Controls

  • Dpad is move
  • A is press button
  • B is backspace
  • Start is quick enter
  • Select is the previous equations answer

Custom variables and functions are NOT saved when the system is turned off.

About

A Scientific Calculator for the Gameboy Advance

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages