My Black Jack Program (First Windows Mobile 7.5 Program)
2 replies, posted
Hey guys, today I made a Black Jack game in 2.5 hours. I wanted to see how easy it is to develop on the Windows Mobile Platform, and it is really fun.
I recommend you try it out.
[b]Here is the video of me demonstrating it[/b](Covers the gameplay, how I made it, etc). (Super Tired BTW, and a little sick :S)
[media]http://www.youtube.com/watch?v=HwJg3sUYKbo[/media]
Also, anyone know whats faster: Running a local database off isolated storage or the installation folder? I have to deal with 150,000 entries so speed IS a concern :L
[QUOTE=Hack;34106787]Also, anyone know whats faster: Running a local database off isolated storage or the installation folder? I have to deal with 150,000 entries so speed IS a concern :L[/QUOTE]
Uh, why do you need a database with 150 thousand entries for a blackjack game?
Something tells me you should have that data computed on runtime not having it saved
[QUOTE=Murkrow;34109444]Uh, why do you need a database with 150 thousand entries for a blackjack game?
Something tells me you should have that data computed on runtime not having it saved[/QUOTE]
No, that question is not even related to my blackjack game, it relates to a dictionary app I am making.
Sorry, you need to Log In to post a reply to this thread.