Skip to content

Commit 1f3537b

Browse files
committed
Add last puzzles
1 parent 9a06bac commit 1f3537b

6 files changed

Lines changed: 86 additions & 95 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: cargo build --release
4747

4848
- name: build gba
49-
run: agb-gbafix target/thumbv4t-none-eabi/release/nonogram_advance -o nonogram_advance.gba -tNonogramAdv -cNOA1 -mEB -r024
49+
run: agb-gbafix target/thumbv4t-none-eabi/release/nonogram_advance -o nonogram_advance.gba -tNonogramAdv -cNOA1 -mEB -r090
5050

5151
- uses: softprops/action-gh-release@v1
5252
with:

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# 0.2.4
1+
# 0.9.0
22

33
- Add 9 10x10
44
- Add 10 12x12
5+
- Add 9 20x10
56

67
# 0.2.3
78

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nonogram_advance"
3-
version = "0.2.4"
3+
version = "0.9.0"
44
publish = false
55
authors = ["Emma Britton <emmabritton@pm.me>"]
66
readme = "README.md"

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@
22

33
Nonogram game with 108 puzzles for the GBA
44

5-
> [!WARNING]
6-
> Nonograms are only partially done:
7-
> - 6x6: 21/21
8-
> - 8x8: 21/21
9-
> - 10x10: 21/21
10-
> - 12x12: 21/21
11-
> - 20x10: 3/12
12-
> - 22x12: 12/12
13-
>
14-
> Total: 99/108
15-
165
## Screenshots
176

187
![Screenshot of main menu](https://raw.githubusercontent.com/emmabritton/gba_nonogram_advance/refs/heads/main/.github/screenshots/main_menu.png)
@@ -75,4 +64,5 @@ agb-gbafix target/thumbv4t-none-eabi/release/nonogram_advance -o nonogram_advanc
7564
- BGM across multiple scenes
7665
- Less repetitive sound setting checks (global sfx enabled check?)
7766
- Unit testing without needing mgba
78-
- How palettes are generated
67+
- How palettes are generated
68+
- Buzzing on music

assets/20x10.nonos

Lines changed: 80 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -31,101 +31,101 @@ ___#___#______#__#__
3131
___###############__
3232
_______########_____
3333

34-
____________________
35-
____________________
36-
____________________
37-
____________________
38-
____________________
39-
____________________
40-
____________________
41-
____________________
42-
____________________
34+
####___###______####
35+
###_____#_____#__#_#
36+
_#__________________
37+
________####________
38+
______##____##______
39+
____##__####___##___
40+
___#_###____###_#___
41+
__#_#___####___#_#__
42+
_#_#_###____###_#_#_
4343
____________________
4444

45-
____________________
46-
____________________
47-
____________________
48-
____________________
49-
____________________
50-
____________________
51-
____________________
52-
____________________
53-
____________________
54-
____________________
45+
____#_______________
46+
___#_###____________
47+
__#_____###_________
48+
__#________###______
49+
_#_####_______###___
50+
_#_____#####_____##_
51+
#___________###____#
52+
#____________######_
53+
#____##########_____
54+
#####__#######______
5555

56-
____________________
57-
____________________
58-
____________________
59-
____________________
60-
____________________
61-
____________________
62-
____________________
63-
____________________
64-
____________________
65-
____________________
56+
__####______________
57+
_#____#_##__________
58+
#______#__#______#_#
59+
#__________#_____###
60+
#__##_______#####__#
61+
#__##_______#####__#
62+
#__________#_____###
63+
#______#__#______#_#
64+
_#____#_##__________
65+
__####______________
6666

67+
###_______##__#__###
68+
####____#####___##__
6769
____________________
6870
____________________
69-
____________________
70-
____________________
71-
____________________
72-
____________________
73-
____________________
74-
____________________
75-
____________________
76-
____________________
71+
_########__#########
72+
#________##___##____
73+
______________###___
74+
___##___##___#______
75+
__#__#_#__#_#_______
76+
#_________________##
7777

7878
____________________
7979
____________________
8080
____________________
8181
____________________
82-
____________________
83-
____________________
84-
____________________
85-
____________________
86-
____________________
87-
____________________
82+
___####_____________
83+
####################
84+
___###_###_###_###__
85+
#___#___#___#___#__#
86+
##__#___#___#___#__#
87+
###_#___#___#___#_##
8888

89-
____________________
90-
____________________
91-
____________________
92-
____________________
93-
____________________
94-
____________________
95-
____________________
96-
____________________
97-
____________________
98-
____________________
89+
______________###___
90+
__###_______________
91+
__#_#________#####__
92+
_#_#_#______________
93+
__#_#_________###___
94+
__###__________#____
95+
___#____###_________
96+
________#_#_________
97+
________#_#_________
98+
________###_________
9999

100+
#___#___#___#____#__
101+
_#___#___#___#____#_
102+
__#___#___#___#____#
100103
____________________
101-
____________________
102-
____________________
103-
____________________
104-
____________________
105-
____________________
106-
____________________
107-
____________________
108-
____________________
109-
____________________
104+
___###__###___###___
105+
##_###__###___###_##
106+
#__________________#
107+
##________________##
108+
__####__####__####__
109+
___##____##___##___
110110

111-
____________________
112-
____________________
113-
____________________
114-
____________________
115-
____________________
116-
____________________
117-
____________________
118-
____________________
119-
____________________
120-
____________________
111+
_______#_#___#_#__#_
112+
##___#_#__#__#______
113+
#________#_____##_#_
114+
____##_#____#_______
115+
##_______##_##__#_#_
116+
_#__##_#________#_#_
117+
_____#_#_##_##_#__#_
118+
_#__#__#_##_#_______
119+
#______________#__#_
120+
##__##_#_##_##__#_#_
121121

122+
_____#_#________#_#_
122123
____________________
124+
____##_#_______##_#_
125+
____##_________##___
123126
____________________
124-
____________________
125-
____________________
126-
____________________
127-
____________________
128-
____________________
129-
____________________
130-
____________________
131-
____________________
127+
_______#_#__________
128+
_#_#________________
129+
______##_#__________
130+
##_#__##____________
131+
##_______#_#________
1.02 KB
Binary file not shown.

0 commit comments

Comments
 (0)