From 41c47a07775bc0a0e0954db48a9f17fd779a2b4f Mon Sep 17 00:00:00 2001 From: minjaesong Date: Fri, 9 May 2025 19:58:04 +0900 Subject: [PATCH] minor readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 632296e7d..1ca1df3b6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Aperçu ## -This project is to create a modular game engine that accommodates a 2D side-scrolling tilemap platformer, and a game that runs on top of it. +The goal of this project is to create a modular game engine that accommodates a 2D side-scrolling tilemap platformer, and a game that runs on top of it. The project is divided into two parts: **Terrarum the Game Engine** and **Terrarum the actual game**.