What's going on?? See: Site Update March 2022
All Submissions for SmileBASIC
977 Result(s)
Random Page
Popular
Newly Added
Recently Updated
Alphabetical
Programs
Resources
OSP
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
-
posting cringe: an experience
By: Flashlight
kyp43fd
a network error occurred
communication with the server fail
post cringe to a video site
-
Transfer SmileBASIC 4 Programs from your Switch to your Smartphone over WiFi
By: amihart
Transferring a SmileBASIC program from your Switch to your smartphone is a relatively simple tas...
-
CLS Command
By: computablee
Description
CLS is a command used in SmileBasic to clear all text on the N3DS screen. It takes n...
-
Text Adventure Demo
By: OctagonalKahn
D5243E8E
A Basic text adventure demo in SmileBASIC. This is my first program. Feel free to edit, reupload...
-
Simple Multiplayer Demos
By: TheV360
5X5QV3NJ
A few demos to test multiplayer.
-
SORT speed test results
By: 12Me21
Length,empty,random,ascending,descending
1000,0,1,0,0
2000,1,1,0,1
3000,0,1,1,1
4000,1,1,1,1
500...
-
Getting MML DATA
By: 12Me21
MML DATA is usually formatted like:
@SONG_NAME
DATA "ABCDEFG"
DATA "more MML"
DATA "etc."
DATA 0...
-
Fifteen Puzzle
By: Undubbed
43N3K3ED
Just a regular game of 15 tile puzzle where you must place the tiles in numerical order.
-
Bigger maps on SBMAP
By: SwanBot
KX8E48M
A helpful modded SBMAP to make larger maps
-
Map Editor
By: 12Me21
The default map editor is pretty OK, besides the fact that you can't have layers that aren't 64x...
-
VSYNC
By: 12Me21
VSYNC [ frames ]
VSYNC n will pause the program until n frames (screen updates, which happen 60...
-
Sudoku Savant
By: Mr_Mo
5K33XE8X
SUDOKU_SAVANT is a program that automatically solves the popular type of puzzle called sudoku....
-
RALLY500 PARA4(SB4)
By: hanzo
4N3S33EXY
This is car racing game based on ranking qualification system.
-
Flicker-less graphics without VSYNC/WAIT
By: 12Me21
Using GPAGE
-
Ways To Use Lowerdash
By: kldck_hul
A short guide showing the different ways you can use Lowerdash in your project.
-
LISP Interpreter
By: excel
Q3KEK46D
A (barely functional) LISP-1 interpreter for SmileBASIC. This is the final version using D. Mene...
-
Dice Simulator
By: Guzzler
QRXP2E33
A dice simulator!
-
Alternate uses for (R)SORT
By: 12Me21
If you pass multiple arrays to SORT, it will sort the first array, then sort the others in the s...
-
Saving and Loading String Arrays
By: 12Me21
You can't easily save string arrays into a DAT file, but here's a way to convert a string array...
-
OPTION commands
By: TheV360
What are OPTIONs? Read this guide to find out!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49