Skip to content

Commit

Permalink
graded
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrodCoding committed Mar 14, 2024
1 parent 8c3b4aa commit a268493
Showing 1 changed file with 33 additions and 41 deletions.
74 changes: 33 additions & 41 deletions c4prj3_finish/grade.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Grading at Thu 14 Mar 2024 11:09:48 PM UTC
Grading at Thu 14 Mar 2024 11:14:15 PM UTC
Running 'make clean' to do a clean build of your project
rm -rf *.o poker *~
Running 'make poker OTHERFLAGS=-O3' to build your project
Expand All @@ -11,59 +11,51 @@ gcc -Wall -Werror -ggdb3 -std=gnu99 -pedantic -O3 -c -o main.o main.c
gcc -o poker -Wall -Werror -ggdb3 -std=gnu99 -pedantic -O3 cards.o deck.o eval.o future.o input.o main.o
- Starting with some Texas Hold'em hands
Running a simulation with 20000 draws for 2 hands...
Could not find the win percent in your output
Could not find the win percent in your output
You dont seem to have the right total draws.
Yours sum to 0 but I expected 20000
Hand 0 was close enough to our answer
Hand 1 was close enough to our answer
Test case passed!
Running a simulation with 25000 draws for 3 hands...
Could not find the win percent in your output
Could not find the win percent in your output
Could not find the win percent in your output
You dont seem to have the right total draws.
Yours sum to 0 but I expected 25000
Hand 0 was close enough to our answer
Hand 1 was close enough to our answer
Hand 2 was close enough to our answer
Test case passed!
Running a simulation with 25000 draws for 3 hands...
Could not find the win percent in your output
Could not find the win percent in your output
Could not find the win percent in your output
You dont seem to have the right total draws.
Yours sum to 0 but I expected 25000
Hand 0 was close enough to our answer
Hand 1 was close enough to our answer
Hand 2 was close enough to our answer
Test case passed!
Running a simulation with 25000 draws for 2 hands...
Could not find the win percent in your output
Could not find the win percent in your output
You dont seem to have the right total draws.
Yours sum to 0 but I expected 25000
Hand 0 was close enough to our answer
Hand 1 was close enough to our answer
Test case passed!
Running a simulation with 80000 draws for 4 hands...
Hand 0 was close enough to our answer
Hand 1 was close enough to our answer
Hand 2 was close enough to our answer
Hand 3 was close enough to our answer
Test case passed!
Running a simulation with 30000 draws for 2 hands...
Could not find the win percent in your output
Could not find the win percent in your output
You dont seem to have the right total draws.
Yours sum to 0 but I expected 30000
Hand 0 was close enough to our answer
Hand 1 was close enough to our answer
Test case passed!
- Next, few Seven Card Stud hands
Running a simulation with 30000 draws for 2 hands...
Could not find the win percent in your output
Could not find the win percent in your output
You dont seem to have the right total draws.
Yours sum to 0 but I expected 30000
Hand 0 was close enough to our answer
Hand 1 was close enough to our answer
Test case passed!
Running a simulation with 40000 draws for 3 hands...
Could not find the win percent in your output
Could not find the win percent in your output
Could not find the win percent in your output
You dont seem to have the right total draws.
Yours sum to 0 but I expected 40000
Hand 0 was close enough to our answer
Hand 1 was close enough to our answer
Hand 2 was close enough to our answer
Test case passed!
- Then one from a completely made up poker variant
Running a simulation with 100000 draws for 6 hands...
Could not find the win percent in your output
Could not find the win percent in your output
Could not find the win percent in your output
Could not find the win percent in your output
Could not find the win percent in your output
Could not find the win percent in your output
You dont seem to have the right total draws.
Yours sum to 0 but I expected 100000
Hand 0 was close enough to our answer
Hand 1 was close enough to our answer
Hand 2 was close enough to our answer
Hand 3 was close enough to our answer
Hand 4 was close enough to our answer
Hand 5 was close enough to our answer
Test case passed!

Overall Grade: F
Overall Grade: A

0 comments on commit a268493

Please sign in to comment.