PixelNote Cheats

PixelNote Hack 3.0.1 + Redeem Codes

GIFs from bits of code

Developer: Casual Programmer, LLC
Category: Entertainment
Price: Free
Version: 3.0.1
ID: com.casualprogrammer.Pixol

Screenshots

Game screenshot PixelNote mod apkGame screenshot PixelNote apkGame screenshot PixelNote hack

Description

Create your own 8-bit-style animations, pictures, and effects on a square pixel display with bits of code the size of a text message. Manipulate pixels, import photos, plot functions, make silly memes, and explore generative art.

Inspired by classic home computers and modern text-messaging apps, PixelNote gives you a 101x101, 256-color canvas which you control from a one-line command input field. PixelNote defines its own, compact, unique programming language, designed for compactness, experimentation, and challenge.

PixelNote comes with a set of examples to get you started, along with a full built-in reference guide to the language. Start with an example and modify it, or build your own; play around, try different things, see how they look. As you work, PixelNote keeps a history, so you can revisit your old code. Have fun!

Version history

3.0.1
2022-05-09
Version 3.0 included these updates:
- The new "touch" command lets you take touch input in your programs. (There's a little paint-style program included in the examples now!)
- A few other new commands, or new options on existing commands, such as simpler looping and if-style conditionals.
- Expanded and easier-to-navigate examples and documentation.
- Updates for the four years of iOS updates since the last version, including dark mode support.

Alas, it also had a bug; when you chose "Save Picture to Photos", it could crash because of a missed step in how it now requests permissions. Version 3.0.1 fixes that.
3.0
2022-05-07
- The new "touch" command lets you take touch input in your programs. (There's a little paint-style program included in the examples now!)
- A few other new commands, or new options on existing commands, such as simpler looping and if-style conditionals.
- Expanded and easier-to-navigate examples and documentation.
- Updates for the four years of iOS updates since the last version, including dark mode support.
2.0
2018-04-08
This app has been updated by Apple to display the Apple Watch app icon.

New! Upload your GIFs to Imgur, the popular image-sharing site, and get back a link to share with friends or post to your favorite online community. This is now built in to PixelNote, only takes a few clicks, and does not require any user ID or login.
1.5
2018-02-06
- Name change! PixelNote is the new name of the app previously named Pixol
- New: Quickly copy the GIF, image, or code you make, so you can paste it into any sharing app, message, or document
- A few new and improved examples
- Cleaned up the interface a bit, to make it easier to get started
1.4
2018-01-31
Fixed a crash that could happen when trying to access the camera for the first time after installation.
1.3
2018-01-02
Fixed a couple of bugs.

Smart quotes are now handled properly on text input, and corrected some cosmetic issues.
1.2
2017-10-29
This update adds support for the latest hardware.
1.1
2017-05-01
Many new/updated functions and commands for graphics and math, making it easier to build different geometric figures and image effects.

Updated for latest devices and iOS versions.
1.0
2015-12-10

Ways to hack PixelNote

Download hacked APK

Download PixelNote MOD APK
Request a Hack

Ratings

5 out of 5
4 Ratings

Reviews

charlieNov219,
Print C64 maze
Very good application for quick coding exercises. Here is a program similar to the famous C64 one line PRINT maze:

cls 75: y=-46:anim: x=0..25:a=?0..1?:case a=0(line x*4+3-50,y,x*4-50,y-3,0 ),( line x*4-50,y,x*4-50+3,y-3,0 ): case x>24( copy box -50,46,101,-100:paste -50,50 :box -50,-46,101,-4,75) :pause 3:# print C64 maze