[root]/tests
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 12 (100.0%) | 5879 (100.0%) | 489.9 |
kimberlya | 2 (16.7%) | 5835 (99.3%) | 2917.5 |
mugabej | 9 (75.0%) | 44 (0.7%) | 4.8 |
walkerc | 1 (8.3%) | 0 (0.0%) | 0.0 |
Added a decent .wav music file we can use to test our add a sound functionality.. #TheRainbowSprenkles
0 lines of code changed in 1 file:
Implemented GrammarElementParser on getx and gety. Fixed cs and clean ArrayIndexOutOfBoundsException
5835 lines of code changed in 2 files:
Began working on the extension to set the background with Jean Paul
#TheRainbowSprenkles
0 lines of code changed in 1 file:
Added setMyOutPutTextfield method that redirects most of the output to the output textfield. Also, for choosing files, the user will either press enter in the "Choose a file to open"(myProgramFile textfield) or press the "open a file" button. Will decide if we want to allow the user to enter the full path of his/her file. #TheRainbowSprenkles
1 lines of code changed in 1 file:
Added instructions to draw a square to our tester file so we can have a sample program that is meaningful for our testing purposes.#TheRainbowSprenkles
15 lines of code changed in 1 file:
A bit of documentation. Added read_program_tester for testing reading in from a file. Currently, can read from a file valid instructions separated by new lines.
#TheRainbowSprenkles
13 lines of code changed in 2 files:
Added our usual tolerance for commands (i.e ForWard,BacKWard,Bk,etc..) when reading subroutines from a file. #TheRainbowSprenkles
7 lines of code changed in 1 file:
Reading a program from a file now working. Serious code cleanup to follow. Also, thinking about adding maybe some delay so that we can see the turtle executing the program.
#TheRainbowSprenkles
6 lines of code changed in 1 file:
changed "fd" to "FD" to test for the FD command #TheRainbowSprenkles
1 lines of code changed in 1 file:
added the fd_tester file to test for the fd command #TheRainbowSprenkles
1 lines of code changed in 1 file:
First Import
64 lines of code changed in 7 files: