자료구조/수업과제
-
04/04 게임 알고리즘 시험자료구조/수업과제 2021. 4. 1. 00:45
'꿈의 나라'라는 머드 게임 구현연습 로그인 기능 구현 로그인 시 아이디 입력으로 기존유저와 신규유저 판별함 기존유저는 아이디와 일치하는 비밀번호를 입력하는것으로 게임 시작 신규유저는 이름과 비밀번호 성별등을 입력받아 회원가입 유저 로그인 정보는 user_data.json에 저장 인벤토리 기능 구현 아이템을 버리고 줍는 기능을 구현 아이템은 user_info.json에 저장 Program.cs using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Exam01 { class Program { static void Main(string[]..