![]() |
C# Project (2) - Printable Version +- Mirage Engine (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Programming (https://mirage-engine.uk/forums/forumdisplay.php?fid=24) +----- Forum: .NET (https://mirage-engine.uk/forums/forumdisplay.php?fid=35) +----- Thread: C# Project (2) (/showthread.php?tid=2838) |
C# Project (2) - Exadon - 03-06-2009 Create a basic direct X window/form that displays a 3D triangle. Re: C# Project (2) - Exadon - 06-06-2009 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:
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 Re: C# Project (2) - 4ngel - 09-06-2009 I decided I might give this project a try. If I make something, I'll post it later today or tomorrow. |