Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ohadtaizi authored Mar 4, 2024
1 parent da747fc commit 75586f6
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,21 @@ TimelessWorld is a captivating private survival game that introduces innovative
- ** 2A ** https://unitime.itch.io/ex2
- ** 2B ** https://unitime.itch.io/ex2-part2b
- ** 2B ** https://unitime.itch.io/ex2-part2b
## part 2A
- We created a component that moves a game object in a pendulum motion called Oscillator
- We created a component called Rotator, which rotates a game object at a given speed around itself
- We created a component called ball that gradually grows and gradually shrinks, like a beating heart.
- We created a component called waldo that allows the player to hide his bone with the click of a button, and show it again with the click of a button.
-
- (![סעיף א](https://github.com/FireBomb-game-development/Ex2/assets/74296478/cb612256-ec8f-4956-84d9-9c33dbde7b0f)
)
## part 2B
- We built a game" where the player can move in a 2D world with the arrow keys, and at the same time he sees his position
On a small map (map-mini) on the top right. .
![סעיף ב חלק א](https://github.com/FireBomb-game-development/Ex2/assets/74296478/9f4c75d1-d16a-48ae-87e4-2ea32ed3d8ec)

We built a "game" game for two players, each player can move one character, and each player sees the world from the perspective of their character, on half a screen.
You can move with a player on the right with the arrows and a player on the left with the keys W,A,S,D

![סעיף ב](https://github.com/FireBomb-game-development/Ex2/assets/74296478/efbad4b2-106d-4742-8247-889a9db28138)


0 comments on commit 75586f6

Please sign in to comment.