Skip to content

GriShafir/portal2ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

portal2ds is an open-source Portal game in 2D made for Nintendo DS(i).

What's the purpose of this project?

Maybe I would create a level creator from portal2ds, or maybe even the WHOLE GAME... But at this moment, I don't have any plans for it. Just a small project, where I discover libnds and Easy GL2D.

Screenshot

The cube is on the right side of the screen, the door is locked and Chell is standing in the center

yay I added sprites 😁

Controls

  • LEFT (D-Pad) - go left
  • RIGHT (D-Pad) - go right
  • A - jump
  • X - create blue portal
  • Y - create orange portal
  • B - grab a cube

Compiling

  1. Make sure you have installed devkitPro pacman and Easy GL2D.
  2. Download the repository code's .zip archive and extract it anywhere you want.
  3. In the extracted folder, there should be a file named compile.bat. Launch it. If you cannot launch the file, open command prompt in the folder, write "make" and press Enter. This should make both .nds and .elf files.
  4. ???
  5. Profit!