Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JeongHan-Bae authored Jan 22, 2024
1 parent 3aae73d commit ec745c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Users need not worry about optional time complexity improvements. If $O(n)$ is a

## Snaky Library

The `Snaky` library contains the game logic and is conveniently included within the Qt source folder. For non-Qt implementations, a dynamic link library (DLL) version is available at `Snake-Game/Snaky/cmake-build-debug/libSnaky.dll`. The library includes the following files:
The `Snaky` library contains the game logic and is conveniently included within the Qt source folder. For non-Qt implementations, a dynamic link library (DLL) version is available at `Snake-Game/Snaky/libSnaky.dll`. The library includes the following files:

- `Snaky/Snaky.h`: Header file with the `Snaky` class declaration.
- `Snaky/SnakyImpl.cpp` and `Snaky/SnakyImpl.h`: Implementation files for the `Snaky` class.
Expand Down

0 comments on commit ec745c1

Please sign in to comment.