hi there guys can you suggest me some games that I can program in c sharp in an object oriented way? just simple programs that can be done for maybe less than a week since I'm just starting to learn it yet. Any idea? Please help me guys I will really appreciate it. Thanks in advance!
king03 0 Junior Poster in Training
Recommended Answers
Jump to PostAsteroids is a classic. And is a nice skeleton for building a class hierarchy out of:
abstract class GameOjbect {} abstract class MoveableObject : GameObject {} abstract class StaticObject : GameObject {} class Asteroid : MoveableObject {} class Ship : MoveableObject {} class ScoreText : StaticObject {} …
All 4 Replies
skatamatic 371 Practically a Posting Shark
muze 0 Junior Poster in Training
lxXTaCoXxl 26 Posting Whiz in Training
seslie 56 Light Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.