Skip to content

Commit ff94b48

Browse files
Update README.md
1 parent 7d19e52 commit ff94b48

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1+
C++ 2D Simple Game Server
2+
- PacketGenerator was Made C#
3+
4+
Use External Library
5+
Client : SDL2
6+
Server : Protobuf
7+
8+
DB : MSSQL
9+
10+
아래 영상 실행 로직
11+
1. Client -> Login Server ( Auth )
12+
2. Success -> Login Server ( Token )-> Client
13+
3. Client -> Game Server ( Token Check )
14+
4. Succes -> Game Start
15+
5. Players obtain items by killing monsters ( DB Saved )
16+
6. Players can equip items and change stats ( DB Saved )
17+
7. Another Client Connect
18+
8. Players Move Sync Check
19+
9. DummyClient Connected and Move Sync Check
20+
- monsters pathfinding : astar algorithm
21+
22+
Debug 실행 영상
123
https://www.youtube.com/watch?v=QGb2nIVwZpw

0 commit comments

Comments
 (0)