Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
C# Project (2)
#2
hah, Jake made it clear that I might have jumped the gun making this the second project.

So instead lets save this for later. For my second project I want you all to use classes to make a RPG. This project can be console or form base. No graphics needed.

Your project should have the following:
  • Player class
  • NPC class
  • Player can do dammage to npc and it take life away from npc bassed on players attack power
  • NPC can do damage to player and it will do damage to the player bassed on NPC attack power
  • Player Stats and NPC starts are displayed

NOTE: You do not need a game loop (but extra props if you do). If you don't have a game loop, then base your attacks off an event (like click event) and have it so that everytime you click a button the npc will attack you and you will attack it.

If you do have a game loop, make it so the NPC will always attack you at random.

If you ever need help with any of these projects feel free to ask
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)