WELCOME Here's my newest project, Infinite Prime Number List. It's recommended to use fullscreen. HOW TO USE This project has a relatively simple UI. You can either scroll to navigate the number list, or you can drag the slider on the right hand side of the stage. To use the search bar, click on it and type in a number. If it shows a green checkmark, that means the number is prime. If it shows a red x, then the number is NOT prime. Note: I have limited the number of digits for a search to 5 to prevent the project slowing down. You can disable this limit by holding down the "O" key. This is highly discouraged, however. ABOUT THE PROJECT This project is simply a way to see which numbers are prime. A "prime number" is a number that can ONLY be divided by one and itself (with the answer being an integer). For example, 7 can not be divided by any numbers besides 7 and 1. However, the number 8 can also be divided by 2 and 4. 8 is not prime.
Please comment on any glitches that need to be fixed or on anything you'd like to see added. Art, code, and concept are from @GrayGrayWay11 (me) Thanks to CountOn's website for teaching me the short way to check if a number's prime! http://www.counton.org/explorer/primes/checking-if-a-number-is-prime/