Press s/h to show hide prime number lists. press space to test if a number is prime or tap the cat.
This was all my own work. It works by dividing the number tested by all other primes until either the the end of the list or until the result is decimal (this is tested using floor and ceiling functions)