More actions
(Created page with "{{Infobox XBOX homebrew | title = Sokoban 3dX | image = https://www.gamebrew.org/images/xboxhomebrew/StarWars-Aftershock-front.jpg|250px | type = Puzzle | v...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox XBOX homebrew | {{Infobox XBOX homebrew | ||
| title = Sokoban 3dX | | title = Sokoban 3dX | ||
| image = https://www.gamebrew.org/images/xboxhomebrew/ | | image = https://www.gamebrew.org/images/xboxhomebrew/Sokoban3dX-front.jpg|250px | ||
| type = Puzzle | | type = Puzzle | ||
| version = V1.0 | | version = V1.0 | ||
Line 12: | Line 12: | ||
<youtube>dWtHwC_UGlE</youtube> | <youtube>dWtHwC_UGlE</youtube> | ||
A sokoban game complete in DirectX 3D.The graphics are pretty simple( cubes ), | A sokoban game complete in DirectX 3D.The graphics are pretty simple( cubes ), but hey, it is my first 3d stuff and for sokoban it is really enough. It is a simple code, no Microsoft framework and good commented, well not so good ;) but you can follow what's going down... | ||
but hey, it is my first 3d stuff and for sokoban it is really enough. It is a | |||
simple code, no Microsoft framework and good commented, well not so good ;) but | |||
you can follow what's going down... | |||
Hope the code help somebody out there to start off. | Hope the code help somebody out there to start off. | ||
Have fun with the game and stay clean... | Have fun with the game and stay clean... | ||
JungleBoy. | JungleBoy. | ||
INSTRUCTIONS: | === INSTRUCTIONS: === | ||
You are in control of a little green cube that you can move around with the | You are in control of a little green cube that you can move around with the | ||
arrow keys and the camera position, you can change with 8, 2, 4, 6, + and - | arrow keys and the camera position, you can change with 8, 2, 4, 6, + and - |
Revision as of 00:21, 21 February 2018
Sokoban 3dX | |
General | |
---|---|
Author(s) | JungleBoy |
Type | Puzzle |
Version | V1.0 |
Licence | Mixed |
Links | |
Download | |
Source |
<htmlet>adsense</htmlet>
A sokoban game complete in DirectX 3D.The graphics are pretty simple( cubes ), but hey, it is my first 3d stuff and for sokoban it is really enough. It is a simple code, no Microsoft framework and good commented, well not so good ;) but you can follow what's going down...
Hope the code help somebody out there to start off.
Have fun with the game and stay clean...
JungleBoy.
INSTRUCTIONS:
You are in control of a little green cube that you can move around with the arrow keys and the camera position, you can change with 8, 2, 4, 6, + and - on the numeric key pad.
The objective of the game is to put all the boxes( brown cubes ), on the goals ( red squares )...Simple hun!!!
Something you are going to need: Reload the level with F3 --->DON'T FORGET ;)