From 93a3e5425432801ca7deae83ea00ef8ce2b5b2fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Hern=C3=A1ndez=20Molpeceres?= Date: Sun, 22 Nov 2015 10:53:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90ca4c7..a97e63c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ JavaScript framework similar to XNA to develop simple 2D games on HTML5 ## Motivation XNA is a framework with a managed runtime environment provided by Microsoft that facilitates video game development, but was discontinued in 2013. -This little project tries to adapt a part of XNA to JavaScript, using some classes similar to XNA and extending the framework with other classes that help on the 2D game development, like Sprite, Camera, Circle, etc. +This little project tries to adapt a part of XNA to JavaScript, using some classes similar to XNA and extending the framework with other classes that help on the 2D game development, like _Sprite_, _Camera_, _Circle_, etc. ## Execution flow The main entry point is the **_Program_** class, which instances the **_Game_** class, in charge of running and maintaining the game loop.