gwu-cs-iot / 20_casino_royale

https://www.rjones.dev/poker-api/
0 stars 3 forks source link

Checkin 1 #3

Open RyanFisk2 opened 4 years ago

RyanFisk2 commented 4 years ago

Check in 1 peer feedback.

hjaensch7 commented 4 years ago

Team: DEFENCE

grahamschock commented 4 years ago

It seems as if there are some really cool moving parts that are working together in some pretty nuanced ways. However, I think when we have so many moving parts together within a system that interacts with a physical world (where there are so many different factors i.e light, movement etc) there can be some major issues. I think you guys should take extra care in making sure the technology can interact in the physical world.

ericwendt commented 4 years ago

The QR scanner is definitely the way to go. It's a wonderful proof of concept that doesn't require heavy image recognition. You mentioned that you'd be going with a raspberry pi to calculate the percentage chance of winning a game/hand (idk how poker works). One issue you mentioned was memory constraints. Raspberry pi doesn't have a huge amount of RAM, but it's not terrible either. You can also go crazy with a large micro SD card and MMAP some memory on the fly, i think it would work exactly how you want without being too difficult. Really cool idea team!