User Tools

Site Tools


en:guides:beginners:setting_up_a_new_game_project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:guides:beginners:setting_up_a_new_game_project [2024/05/07 00:05 (11 months ago)] wise_tamarinen:guides:beginners:setting_up_a_new_game_project [2024/11/12 04:28 (5 months ago)] (current) sausage
Line 10: Line 10:
 We would like to create a new project, but without the scroll convenience layer for this first tutorial.  We would like to create a new project, but without the scroll convenience layer for this first tutorial. 
  
-Do this by using the ''init'' command with the ''-scroll'' option. For Windows, it would be something like:+Do this by using the ''init'' command from the orx folder. For Windows, it would be something like:
  
 <code> <code>
-./init.bat <Project-Location>/MyGame-scroll+init.bat C:\Games\MyGame -scroll
 </code> </code>
  
 Now that's done, you'll notice a ''build'' folder inside the newly created project folder. This folder contains all supported IDEs, (and gmake) for your Operating System. Now that's done, you'll notice a ''build'' folder inside the newly created project folder. This folder contains all supported IDEs, (and gmake) for your Operating System.
  
-Open the project of your choice and compile. Be sure to choose the desired Build Configuration, and either the 32-bit or 64-bit CPU to build for+Open the project of your choice and compile. Be sure to choose the desired Build Configuration.
  
 Once compiled, run the program and you'll see the default Orx logo and sound effect: Once compiled, run the program and you'll see the default Orx logo and sound effect:
en/guides/beginners/setting_up_a_new_game_project.1715065518.txt.gz · Last modified: 2024/05/07 00:05 (11 months ago) by wise_tamarin