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
Next revision
Previous revision
en:guides:beginners:setting_up_a_new_game_project [2018/06/20 09:55 (6 years ago)] – external edit 127.0.0.1en:guides:beginners:setting_up_a_new_game_project [2024/05/07 00:05 (5 months ago)] (current) wise_tamarin
Line 6: Line 6:
 A lot of effort has gone into ensuring that creating an Orx based project is as simple as possible for all developers from beginners to experienced programmers. A lot of effort has gone into ensuring that creating an Orx based project is as simple as possible for all developers from beginners to experienced programmers.
  
-Follow this basic guide to create a project for Orx: [[en:tutorials:creating_your_own_project|Creating your own Orx-based Project using 'init']]. Once done, head on back here.+You can go here to learn how to create a project for Orx: [[en:tutorials:projects:creating_your_own_project|Creating your own Orx-based Project using 'init']]. Once done, head on back here. 
  
-Now that's done, you'll notice a ''build'' folder. This folder contains all supported IDEs, (and gmake) for your Operating System.+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: 
 + 
 +<code> 
 +./init.bat <Project-Location>/MyGame/ -scroll 
 +</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.
  
 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, and either the 32-bit or 64-bit CPU to build for. 
Line 14: Line 22:
 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:orx:mac:run-mac-game-template.jpg |}}+{{ tutorials:orx:mac:run-mac-game-template.jpg |}}
  
 Excellent. We have a working solution. Excellent. We have a working solution.
en/guides/beginners/setting_up_a_new_game_project.1529513704.txt.gz · Last modified: 2018/06/20 09:55 (6 years ago) by 127.0.0.1