Picroxx 3DS: Difference between revisions

From GameBrew
(Created page with "{{Infobox 3DS homebrew | title = Picroxx | image = https://dlhb.gamebrew.org/3dshomebrew/Picroxx!.jpeg|250px | type = Puzzle | version = v0.2 | licence = Mixed | author = Subs...")
 
m (Text replacement - "Category:3DS homebrew games" to "")
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = Picroxx
|title=Picroxx!
| image = https://dlhb.gamebrew.org/3dshomebrew/Picroxx!.jpeg|250px
|image=Picroxxsub2.png
| type = Puzzle
|description=The ultimate Picross clone.
| version = v0.2
|author=Substance12
| licence = Mixed
|lastupdated=2016/02/03
| author = Substance12
|type=Puzzle
| website = https://github.com/Substance12/Picroxx
|version=0.2
| download = https://dlhb.gamebrew.org/3dshomebrew/Picroxx!-3DS.rar
|license=Mixed
| source = https://dlhb.gamebrew.org/3dshomebrew/Picroxx!-3DS.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/picroxxsub.7z
|website=https://gbatemp.net/threads/picroxx-the-ultimate-picross-clone.412055
|source=https://github.com/Substance12/Picroxx
}}
}}
<youtube>IbTl2AB9TMQ</youtube>
Picroxx! is a Picross homebrew clone for the Nintendo 3DS console. The purpose of the project is porting almost every single puzzle from all mainstream Picross games, currently half the puzzles from Mario's Picross are available (comprised of 64 levels).


= Picroxx!, the ultimate Picross clone! =
It's fully programmed in Lua, running under the [[Love Potion 3DS|LÖVEPotion framework]]. The game utilizes a very simple format for levels. They only contain four lines of code and the actual puzzle in Lua tables. When loading a puzzle, the game will automatically parse the file into a playable level.
Picroxx! is a Picross homebrew clone for the Nintendo 3DS console. It's fully programmed in Lua, running under the [https://github.com/VideahGams/LovePotion LÖVEPotion framework]. The purpose of the project is porting almost every single puzzle from all mainstream Picross games, like Mario's Picross, Picross 2, Super Mario's Picross, Picross DS and the Picross e series. Currently, only half the puzzles from Mario's Picross are available, but i'll keep adding more and more puzzles. Eventually, the game will also get support for custom puzzles. The game utilizes a very simple format for levels. They only contain four lines of code and the actual puzzle in Lua tables. When loading a puzzle, the game will automatically parse the file into a playable level. To play it, you need a [http://smealum.github.io/3ds/ homebrew-enabled Nintendo 3DS system]. It's been confirmed to work on New Nintendo 3DS (XL) but it hasn't been tested on Nintendo 3DS, Nintendo 3DS XL and Nintendo 2DS. CIA and 3DS builds are not available, as LÖVEPotion doesn't allow compiling in these formats yet. A PC version may be done at some point. The only thing I ask you when doing anything with the code, is that you don't come up with something like &quot;Picroxx Plus!&quot; with extra features that I was going to add anyway. If you want to help, please commit code here. Also, please excuse my awful coding. I'm still new to this. GBA Temp Link: [https://gbatemp.net/threads/picroxx-the-ultimate-picross-clone.412055/] ([https://gbatemp.net/threads/picroxx-the-ultimate-picross-clone.412055/ https://gbatemp.net/threads/picroxx-the-ultimate-picross-clone.412055/])
 
==Installation==
Available in 3DSX/SMDH format.
 
==User guide==
Picross is, a series of Sudoku-ish puzzle games in which you have to fill up spaces to discover a hidden picture.
 
It gives you numeric hints for each row and column and you have to figure out which spaces to fill, leaving a gap of at least 1 cell between every line of filled cells.
 
You can switch between Painting mode and Marking mode, which can avoid you from clicking the cell by accident.
 
==Controls==
Tap on a cell - Fill
 
X/B - Switch between Painting mode and Marking mode
 
Start/Select - Bring up the pause menu
 
A - Zoom in (15x15 puzzles)
 
Circle Pad - Move the camera around (15x15 puzzles)
 
==Screenshots==
https://dlhb.gamebrew.org/3dshomebrews/picroxxsub3.png
https://dlhb.gamebrew.org/3dshomebrews/picroxxsub4.png
 
https://dlhb.gamebrew.org/3dshomebrews/picroxxsub5.png
https://dlhb.gamebrew.org/3dshomebrews/picroxxsub6.png
 
==Compatibility==
To play it, you need a [http://smealum.github.io/3ds/ homebrew-enabled Nintendo 3DS system]. It's been confirmed to work on New Nintendo 3DS (XL) but it hasn't been tested on Nintendo 3DS, Nintendo 3DS XL and Nintendo 2DS.
 
==External links==
* GitHub - [https://web.archive.org/web/20200914192530/https://github.com/Substance12/Picroxx https://github.com/Substance12/Picroxx] (archived)
* GBAtemp - https://gbatemp.net/threads/picroxx-the-ultimate-picross-clone.412055

Latest revision as of 05:47, 6 May 2024

Picroxx!
Picroxxsub2.png
General
AuthorSubstance12
TypePuzzle
Version0.2
LicenseMixed
Last Updated2016/02/03
Links
Download
Website
Source

Picroxx! is a Picross homebrew clone for the Nintendo 3DS console. The purpose of the project is porting almost every single puzzle from all mainstream Picross games, currently half the puzzles from Mario's Picross are available (comprised of 64 levels).

It's fully programmed in Lua, running under the LÖVEPotion framework. The game utilizes a very simple format for levels. They only contain four lines of code and the actual puzzle in Lua tables. When loading a puzzle, the game will automatically parse the file into a playable level.

Installation

Available in 3DSX/SMDH format.

User guide

Picross is, a series of Sudoku-ish puzzle games in which you have to fill up spaces to discover a hidden picture.

It gives you numeric hints for each row and column and you have to figure out which spaces to fill, leaving a gap of at least 1 cell between every line of filled cells.

You can switch between Painting mode and Marking mode, which can avoid you from clicking the cell by accident.

Controls

Tap on a cell - Fill

X/B - Switch between Painting mode and Marking mode

Start/Select - Bring up the pause menu

A - Zoom in (15x15 puzzles)

Circle Pad - Move the camera around (15x15 puzzles)

Screenshots

picroxxsub3.pngpicroxxsub4.png

picroxxsub5.pngpicroxxsub6.png

Compatibility

To play it, you need a homebrew-enabled Nintendo 3DS system. It's been confirmed to work on New Nintendo 3DS (XL) but it hasn't been tested on Nintendo 3DS, Nintendo 3DS XL and Nintendo 2DS.

External links

Advertising: