wyrd Posted December 1, 2002 Posted December 1, 2002 (edited) Okay so what is this? First and foremost the project is a card games class library that (hopefully) will allow people to quickly add their own card game classes to it (such as poker, blackjack, etc) by simply inheriting the GameBase class and adding extra methods for the rules of the card game. Now whether or not I succeeded at this isn't really the point I suppose, although that was the general goal in mind if someone had the desire to write their own card game and didn't want to start from scratch. The main reason why I even started on this was to get used to VB.NET and play with OOP as I've only been actually doing OOP for 3 months now. I'm also fairly new to "real" programming as I started with VB6 about a year ago and have been learning Java and VB.NET recently. This will more then likely show as you go through the code. :eek: In the zipped file you'll find the following things; -The main folder which holds the CardGames class Library. -A BlackJack class built off the class library (also in the main folder). -A sub folder of the main folder titled BlackJack, which is a demo BlackJack game (as simplistic looking as it may be) built using the class library. Notes: -The class library is far from fully commented. -The demo BlackJack is not fully commented and I have not implimented Insurance yet. All in all I'd say combined with the class library and demo game it's about 90% finished. I can take harsh criticism with the best of them, so please feel free to comment in the worst ways. :) Also if you notice any bugs please let me know, thanks! Edited December 3, 2002 by Robby Quote Gamer extraordinaire. Programmer wannabe.
wyrd Posted December 3, 2002 Author Posted December 3, 2002 (edited) Finished CardGames Class Library w/ BlackJack demo. I can't edit/reply to my post that got transferred over to the Code Library forum, so if one of the mods could move this as a reply to my old thread it would be appreciated. :) -Finished CardGames Class Library by fixing a few minor bugs and documenting everything. -Forgot to turn on Option Strict :eek: for the BlackJack demo and ended up doing a lot of unboxing by accident, this has been fixed and Option Strict is on. -Fixed a few minor bugs in the BlackJack demo. -Added Insurance to the BlackJack demo. Aside from a few bugs that I may have missed, the Class Library and BlackJack demo should now be finished.cardgames.zip Edited December 3, 2002 by wyrd Quote Gamer extraordinaire. Programmer wannabe.
*Experts* Volte Posted December 3, 2002 *Experts* Posted December 3, 2002 Woah! The looks really cool! Very good work, wyrd. :) Quote
Moderators Robby Posted December 3, 2002 Moderators Posted December 3, 2002 nicely done, I'll try it out later. Quote Visit...Bassic Software
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.