refactor: create README.md

This commit is contained in:
k0t9i 2023-08-09 02:09:36 +05:00 committed by GitHub
parent ac7bde68e9
commit c31bc2597e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# Yet another ingame bot for Lineage 2.
![image_2023-08-09_00-43-10](https://github.com/k0t9i/L2Bot2.0/assets/7733997/59c57585-720a-4588-aa94-ee3d6d78a39f)
## Project components
#### L2BotCore (C++)
[The bot framework](L2BotCore). It realization can be an ingame bot, a radar etc.
#### L2BotDll (C++)
[Injectable Dll](L2BotDll) with framework realization for Lineage 2 Interlude.
#### InjectionLibrary (C++)
[Helper library](InjectionLibrary) for code injection.
#### Client (C#)
[Unfinished client](Client).
## Intercommunications
Communication between the client and the injected code occurs through a named pipe with json-messages.