diff --git a/README.md b/README.md
index 8498cfd..fb4290a 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,42 @@
-# sinking_us
+![image](https://github.com/Thinking-Earth/sinkingus/assets/61264183/fd646b5c-75f8-4a78-ab6d-9c80be952e67)
+
🌏Sinking Earth🌏
+"To save the Sinking Earth, We must become Thinking Us."
+
-A new Flutter project.
+## 🔗Try Our Game
+- Web: [https://sinkingus.web.app/](https://sinkingus.web.app/) (Not recommanded for mobile)
+- IOS: Coming Soon
+- Android: Coming Soon
-## Getting Started
+## 👥Contributors: Team Thinking Us
+|🎮Game|🖥️Flutter Environment|🎨Design|
+|:---:|:---:|:---:|
+||||
+|[Eunji Chon](https://github.com/eunjijeon11)|[Jonghyun Oh](https://github.com/fivebellhyun)|[Suyeon Jeong](https://github.com/sy318)|
-This project is a starting point for a Flutter application.
+## 💡Inspiration
+We wanted to incorporate as many real-world elements related to environmental, economic, and social factors into the game as possible, and we thought a simulation game would be suitable. Sinking Earth allows users to experience and utilize various sustainable development elements centered around the environment as game mechanics.
-A few resources to get you started if this is your first Flutter project:
+## 🌱What it does
+"Sinking Earth" is a simulation game themed around environmental protection and survival. Players must maintain their environmental score for 7 days before the Earth sinks, while also purchasing essentials to survive. In the game, players can choose from various professions, each with unique abilities and victory conditions. Players' choices shape the outcome of the game and can determine the fate of the Earth. Join forces to save the Earth and create a new future together!
-- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
-- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
+## 👩🏻💻How we built it
+For user account management, we leveraged Firestore, a robust database system provided by Firebase. As for the game development, we employed the Flame engine, a versatile game engine compatible with Flutter, and integrated it with Real-time Firebase services. This combination allowed us to create a seamless user experience with real-time updates and interactions in the game environment.
-For help getting started with Flutter development, view the
-[online documentation](https://docs.flutter.dev/), which offers tutorials,
-samples, guidance on mobile development, and a full API reference.
+## 💦Challenges we ran into
+In order to implement real-time multiplayer gaming, we intended to use Nakama as the game backend. However, we determined that using Nakama in Flutter was not yet stabilized, and we had to overhaul the project that was already well underway. Since then, we proceeded without a backend and used a method of reading and writing to a real-time database.
+
+## 😎Accomplishments that we're proud of
+Flame's collider did not have a feature to prevent passing through like a wall. Therefore we had to calculate directly based on the intersection of the character collider and the wall collider. It was a very difficult and trial-and-error process, but it was satisfying to have implemented the collision feature ourselves. I read this reference, and I hope you find it helpful in similar situations.
+
+## 👍🏻What we learned
+While developing this game, we explored environmental policies from various countries and incorporated them into our code. We learned that even for similar items, consumers can make environmentally friendly choices if they are a little more aware. We realized that we are not just coders, but we can also manifest our commitment to the environment through our code.
+
+## 🔥What's next for Sinking Earth (Thinking Us)
+I would like to start by improving the multiplayer environment to run more smoothly. I want to diversify the user experience by allowing players to choose the number of participants and the types of maps available in the game.