We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d19e52 commit ff94b48Copy full SHA for ff94b48
README.md
@@ -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 실행 영상
23
https://www.youtube.com/watch?v=QGb2nIVwZpw
0 commit comments