@@ -126,7 +126,7 @@ This project uses the following third-party code:
126
126
127
127
---
128
128
129
- ## Phantom Slayer 1.0.2
129
+ ## Phantom Slayer 1.0.3
130
130
131
131
A retro-style 3D arcade game written in C. For more details, [ see this page] ( https://smittytone.net/pico-phantoms/ ) .
132
132
@@ -261,57 +261,4 @@ Pico project set up script for Z Shell. Requires Pico C SDK pre-installed.
261
261
262
262
---
263
263
264
- ## Updates
265
-
266
- - * Unreleased*
267
- - Add the Pico SDK as an optional submodule.
268
- - * 1 March 2022*
269
- - Improve * Cellular IoT Demo* commenting.
270
- - Add ` tmpcon ` and ` rssi ` commands to * Cellular IoT Demo* .
271
- - * 3 September 2021*
272
- - Complete * Cellular IoT Demo* — add ` POST ` ops and various improvements.
273
- - * 20 August 2021*
274
- - Add * Cellular IoT Demo* .
275
- - * 13 August 2021*
276
- - * makepico* now generates ` main.c/cpp ` and ` main.h ` not project-specific files.
277
- - * makepico* ’s ` CMakeLists.txt ` now uses CMake 3.14.
278
- - * makepico* ’s ` main.c ` now calls ` stdio_init_all() ` .
279
- - * 23 July 2021*
280
- - Spring clean * makepico* and bump to 2.0.0.
281
- - * 30 April 2021*
282
- - Update * makepico* to support C++ projects:
283
- - Add ` -c ` switch to create a C++ project.
284
- - Add a ` -n ` option so you can add your name for code comments.
285
- - * 6 April 2021*
286
- - Bump Phantom Slayer to 1.0.2
287
- - Move some common routines into ` utils.h ` /` utils.c ` .
288
- - Update * inkey()* to return the key pressed.
289
- - Add another map.
290
- - * 31 March 2021*
291
- - Bump Phantom Slayer to 1.0.1
292
- - Graphics tweaks.
293
- - Improve Phantom movement logic.
294
- - Fix laser post-fire delay.
295
- - Bump Hunt the Wumpus to 1.0.2
296
- - Use TinyMT for random number generation.
297
- - Bump makepico to 1.2.0.
298
- - * 26 March 2021*
299
- - Add Phantom Slayer 1.0.0
300
- - * 25 February 2021*
301
- - Bump Wumpus to 1.0.1
302
- - Tweak sprites.
303
- - Improve trophy presentation.
304
- - Improve in-game code flow.
305
- - * 20 February 2021*
306
- - Add * wumpus* example.
307
- - Update * makepico* script:
308
- - Add VSCode config creation.
309
- - Add ` -d ` /` --debug ` switch to add VSCode SWD debugging support.
310
- - * 5 February 2021*
311
- - Add * sensor* example.
312
- - * 4 February 2021*
313
- - Add debugger-friendly VSCode ` launch.json ` .
314
- - * 2 February 2021*
315
- - Initial release.
316
-
317
- All source code released under the MIT Licence. Copyright © 2022, Tony Smith (@smittytone ).
264
+ All source code released under the MIT Licence. Copyright © 2022, Tony Smith (@smittytone ).
0 commit comments