Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jellysg authored Mar 20, 2024
1 parent b4a6f0b commit 0f2ebb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
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

0 comments on commit 0f2ebb5

Please sign in to comment.