@@ -6,12 +6,19 @@ http://zig-zag-zoe.com
6
6
7
7
.. (running on a t4g-nano instance on AWS - Linux ARM64, with 512MB memory )
8
8
9
- ** Uses Zig Master 0.11-dev **
9
+ ** Uses Latest Zig 0.11.0 official release **
10
+
10
11
11
12
![ screenshot] ( https://github.com/zigster64/zig-zag-zoe/blob/main/src/images/zzz-screenshot.jpg )
12
13
13
14
# Install
14
15
16
+ Get the latest Zig 0.11.0 release installed :
17
+
18
+ https://ziglang.org/download/
19
+
20
+
21
+
15
22
```
16
23
git clone https://github.com/zigster64/zig-zag-zoe.git
17
24
cd zig-zag-zoe
@@ -41,13 +48,29 @@ https://github.com/zigster64/zig-zag-zoe/wiki/Zig-Zag-Zoe-%E2%80%90-Zero-Wing-Ed
41
48
42
49
## Bugs
43
50
44
- There is a bug where sometimes in normal mode ... usually after the previous player had bomb mode ... then clicking on a square
45
- seems to zap 1 other adjacent square. Maybe. Cant reproduce it yet.
51
+ There are a few lingering bugs that I havent got around to fixing yet.
52
+
53
+ Audio support on iOS + Safari is a lost cause - can fix it, but it requires a lot of JS code, and I figure that is outside the
54
+ scope of a nice clean Zig application that Im trying to build here.
55
+
56
+ There may also be a persistent bug where the CPU suddenly spikes to 100% and stays there - at least it does on AWS, but only
57
+ after 2-3 days running. Dont know if its fixed yet, but still looking into that.
58
+
59
+ Would appreciate any feedback on how to debug that in a running docker container on AWS :)
60
+
61
+ Also appreciate any other thrashing / trying to break the application, as it all helps make the Zig http ecosystem much
62
+ more robust. Thanks.
63
+
64
+ ## Contributions
65
+
66
+ Yep, thats cool. Just go through the regular channels
67
+
68
+ - raise an issue
69
+ - post a PR
46
70
47
- I will either fix this bug, or leave it in there as a feature - rationale is that there might be some bomb residue laying around
48
- after someone set us up the bomb.
71
+ If you have questions or RFCs - you can either post them as an issue here, or discuss on Zig discord.
49
72
50
- Havent seen it happen lately, but then I havent changed anything to fix it either .... so who knows ?
73
+ Dont be too sad if it takes > 48hr for me to respond though ... will do my best.
51
74
52
75
## More Modes and Gameplay ideas
53
76
0 commit comments