Post Christmas themed games here as we count down to christmas!
10 Likes
If you’d like a Christmas-themed programming challenge, then give Advent of Code a try!
I’ve been keeping up as best as I can (I’m a day behind but I’ll get caught up today), and, of course, I’m solving the puzzles in MakeCode Arcade!
If you get stuck on any of the puzzles and need help, then just holler! Have fun, MakeCoders!
Hints on importing your puzzle data into MakeCode
I use Notepad++, but you can use any text editor that understands regular expressions.
- Copy the data from your web browser.
- Paste the data into a blank document in your text editor.
- Make the following replacements:
- Replace
^
with"
, which places a quotation mark at the start of each line. - Replace
$
with",
, which places a quotation mark and a comma at the end of each line. - You now have a list of strings!
- Replace
- Copy the new text from your text editor.
- Create a TypeScript file in your MakeCode project to hold your data.
- Create a string array variable for your data:
let smallData: string[] = [ ]
- Paste the copied list of strings in between the brackets that define your string array.
5 Likes
@Archer_Bright That’s a great idea! I won’t be able to participate due to ze game jam, though.
Hahahahahahaha I call dibs to start
16 DAYS
2 Likes
323 days 18 hours 24 minutes and 28 seconds until Halloween!
1 Like
Wow! Already? Time flies!
1 Like