Skip to content

Commit 4019a14

Browse files
committed
[docs] Update roadmap
1 parent d06db51 commit 4019a14

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

audio/audio.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ const (
227227
InstrumentSquare Instrument = 3
228228
InstrumentPulse Instrument = 4
229229
InstrumentOrgan Instrument = 5
230-
InstrumentNoise Instrument = 6 // Not implemented yet.
231-
InstrumentPhaser Instrument = 7 // Not implemented yet.
230+
InstrumentNoise Instrument = 6
231+
InstrumentPhaser Instrument = 7
232232
InstrumentSfx0 Instrument = 8 // Not implemented yet.
233233
InstrumentSfx1 Instrument = 9 // Not implemented yet.
234234
InstrumentSfx2 Instrument = 10 // Not implemented yet.

docs/ROADMAP.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,14 @@
1818
* [x] rectangles, lines, circles
1919
* [ ] fill patterns
2020
* [ ] stretching sprites
21-
* [ ] map API
21+
* [ ] Audio
22+
* [x] playing sound effects
23+
* [x] updating sound effects and music when the game is run
24+
* [ ] SFX notes effects
25+
* [ ] SFX modifiers
26+
* [ ] ADSR (envelopes)
27+
* [ ] playing music
28+
* [ ] map API
2229
* [ ] math API
2330
* [x] Cos, Sin, Atan2
2431
* [x] Min, Max, Mid for integers
@@ -51,7 +58,9 @@
5158
* [ ] sound editor
5259
* [ ] music editor
5360
* [ ] Documentation
54-
* [ ] Go docs
61+
* [x] Go docs
62+
* [ ] More detailed Go docs
63+
* [ ] Tutorials
5564
* [ ] Support for different platforms
5665
* [x] Windows, Linux, macOS
5766
* [x] Web browsers (WASM)

0 commit comments

Comments
 (0)