From 0f2ebb547fb36216b30bb002750ed40f518073ea Mon Sep 17 00:00:00 2001 From: jellysg <36309805+jellysg@users.noreply.github.com> Date: Thu, 21 Mar 2024 01:03:20 +0800 Subject: [PATCH] Update readme.md --- readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 94be4a5..0100c96 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Introduction to 42's so_long and thanks for the fish(???) -![](https://github.com/jellysg/core/blob/main/02_so_long/img/img1.gif) +![](https://github.com/jellysg/so_long/blob/main/img/img1.gif) #### Mandatory features - WASD to move the player @@ -9,13 +9,13 @@ and thanks for the fish(???) - Game doesn't have to be in real-time - **There should be a valid path from Player to all collectibles and the exit** - Collect all coins before escaping -![](https://github.com/jellysg/core/blob/main/02_so_long/img/img3.gif) +![](https://github.com/jellysg/so_long/blob/main/img/img3.gif) #### Bonus features - Lose upon touching an enemy patrol - Sprites have animations - Movement count is shown directly on screen -![](https://github.com/jellysg/core/blob/main/02_so_long/img/img2.gif) +![](https://github.com/jellysg/so_long/blob/main/img/img2.gif) #### Compiling @@ -169,4 +169,4 @@ What happens is the window will wait for the user to input keypresses or close t 4. Linking structs without proper planning will often cause memory leaks. Plan your structs ahead of time, especially if they involve arrays! 5. Approximately 70% of the time will be spent on just handling data from reading the map. Do not be discouraged if you spend most of your time just fixing map reading, it is expected! 6. [itch.io](https://itch.io/game-assets) is a good platform for sourcing free assets -7. Blindly copy-pasting will only cause you more harm in the future. This project teaches you memory manipulation across multiple platforms, you will definitely be doing a lot of those in the next circle. Do not waste this fun learning opportunity over "an easy way out", you only lose out if you stop learning :D \ No newline at end of file +7. Blindly copy-pasting will only cause you more harm in the future. Do not waste this fun learning opportunity over "an easy way out", you only lose out if you stop learning :D