Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
game 1.0.3
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Game_attempt { class Program { static void Main(string[] args) { player _player = new player(); optionMenu menu = new optionMenu(); menu.Option(menu, _player); }//MAIN }//PROGRAM public class player { private int playerLocation; private string playerName; private double playerMaxHealth; private double playerHealth; private int exp; private int lvl; private double gold; }//PLAYER_END public class optionMenu { public void Option(optionMenu menu, player _player) { }//OPTION }//OPTIONMENU }//NAMESPACE //Rextester.Program.Main is the entry point for your code. Don't change it. //Compiler version 4.0.30319.17929 for Microsoft (R) .NET Framework 4.5 using System; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; public class Program { public static void Main(string[] args) { } } public class Player_stats { public int PLAYER_HEALTH; public int PLAYER_STAMINA; public int PLAYER_MANA; public int PLAYER_STR; public int PLAYER_WIS; public int PLAYER_AGI; public int PLAYER_PHYS_DEF; public int PLAYER_MAGI_DEF; }
run
|
edit
|
history
|
help
0
code1
5. Generics
merge sort
hacker
Jhjj
Remove Duplicate Ignore Case
monopoly11
Simple Constructor Implementation
My First Hello world
linked list reversal recursive