Open ephemerant opened 8 years ago
That sounds like a good idea. Are you using Visual studio to program Java?
It's C#, actually.
The main code is here:
https://github.com/ephemerant/438-Project/blob/master/MainWindow.xaml.cs
My thinking is that this will be a lot cleaner than Slick2D, especially because of the WPF aspect (on-screen text, amongst other things, is extremely easy). I should be able to make it to class on Wednesday, so we can talk more then.
'Salright, I didn't know you switched to c#. I'll try to get my copy of visual studio working.
Turns out I no longer have Visual Studio on this computer. Lovely. I'll get a copy from IUWare.
Added Card, Player, Dealer classes. Added the beginnings of a hand system:
Basic HUD:
Getting Visual Studio set up on my computer took longer than I expected. I should be able to start working on this program on Tuesday. I'm at work right now.
Hoverable arrows (no clicking yet):
Writing here so I remember, I need to look into creating a start screen with links to the host and join functions.
Drawable cards, card play conditions, functional arrows:
Nice, we needed another video.
Computer opponents:
I figured this might be an easy way of presenting progress over time to the class.