Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Game 1.0.4
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(); }//MAIN }//PROGRAM public class player() { public struct stats { public int PLAYER_HEALTH,PLAYER_MAX_HEALTH,PLAYER_STAMINA,PLAYER_MANA,PLAYER_WIS,PLAYER_STR,PLAYER_AGI, PLAYER_MAGI_DEF, PLAYER_PHYS_DEF, PLAYER_EXP, PLAYER_LVL; } List<object> PLAYER_INVENTORY = new List<object>(); }//PLAYER_END public class Melee_Weapon { public int MDamage; public int MDurability; public string MName } }//NAMESPACE
run
|
edit
|
history
|
help
0
example
LevenshteinDistance
Main5
Properties in Interfaces
ExerciseI
bst - lot of methods
Only unique chars into string?
Check if string is palindrome
Binary search tree - Post-order Traversal
AdventCode