From f303eb759fe880d92c5e43216cf5bd8e0d6e1267 Mon Sep 17 00:00:00 2001 From: pttb369 <56170294+pttb369@users.noreply.github.com> Date: Thu, 21 Nov 2019 18:50:26 -0800 Subject: [PATCH] improve clarity --- README.rdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rdoc b/README.rdoc index 3ac99e1d..a558ff5b 100644 --- a/README.rdoc +++ b/README.rdoc @@ -8,9 +8,9 @@ Chingu development is mostly conducted using Win7 / Ruby 1.9.2. == DESCRIPTION -OpenGL accelerated 2D game framework for Ruby. -Builds on the awesome Gosu (Ruby/C++) which provides all the core functionality. -It adds simple yet powerful game states, pretty input handling, deployment safe asset-handling, a basic re-usable game object and automation of common task. +OpenGL is build on Gosu(Ruby/C++) and accelerates 2D game framework for Ruby. +Gosu provides the core functionality, the powerful game states, the input handling, +the deployment safe asset-handling, a basic re-usable game object and the automation of a common task. == INSTALL