====== Getting Started with Orx ====== This wiki contains tutorials, tips and general information about [[https://orx-project.org|Orx]], a portable, open source and data-driven 2D-oriented game engine. You are encouraged to contribute to this wiki by adding code samples, tips or any useful information that could help other people with this engine. ===== Getting Orx and Initial Setup ===== The latest up to date version of Orx can be cloned from github and set up with: git clone https://github.com/orx/orx.git //**This is the recommended version of Orx to use.**// You'll then need to go through a one-time only, simple setup. For details on this procedure, please see: [[en:tutorials:orx:cloning_orx_from_github|Cloning Orx from Github and Initial Setup]] {{section>snippets:getting_started_paths&noheader&nofooter&noeditbutton}} ===== Learning to program with Orx ===== [[en:guides:beginners:main|Beginner's Guide]] Our main guide for teaching newcomers how to set up Orx, create a project and write a simple game. [[en:orx:config:main|Config system]] The config section details what the config system is, what each of the sections and properties are, and how they are used to set up the configuration data in your Orx game or application. [[en:examples:main|Examples]] The examples section provides quick code snippits or reminders of how to use a particular function. [[en:tutorials:main|Tutorials]] The tutorials section gives you help on a number of topics: animation, game development, compiling Orx, setting up projects, tips and techniques.