Commit graph

76 commits

Author SHA1 Message Date
Brett Chalupa
7741ef26b2 fix(intro): minor revisions 2022-12-11 11:29:18 -05:00
Brett Chalupa
3da81f8190 fix(ch03): clarity with method naming 2022-12-11 11:27:49 -05:00
Brett Chalupa
0c02c8d24e feat(ch02): EC for bounds
h/t levi!
2022-12-11 11:26:59 -05:00
Brett Chalupa
54114719dd feat: add itch link to play to intro 2022-12-11 11:22:49 -05:00
Brett Chalupa
819479abb3 fix(ch01): don't use symbol in example
symbols are beyond the scope of the book, h/t to levi for noticing this
2022-12-11 11:20:54 -05:00
Brett Chalupa
eb2285bb8c feat(ch12): explain major ver causing minor ver reset
h/t to levi!
2022-12-11 11:13:02 -05:00
Brett Chalupa
998f280023 feat(ch12): specify embed size 2022-12-11 10:42:07 -05:00
Brett Chalupa
e61c9da42d feat(ch12): ship it first draft 2022-12-11 10:27:05 -05:00
Brett Chalupa
2c8172c17c feat(ch11): scenes first draft 2022-12-11 09:01:48 -05:00
Brett Chalupa
c24b53ae10 feat(ch10): wrap up on animation 2022-12-11 07:58:05 -05:00
Brett Chalupa
9c7e14ef1d feat(ch10): animation first draft 2022-12-10 17:22:27 -05:00
Brett Chalupa
41b99d7317 feat(ch09): background first draft 2022-12-10 07:28:27 -05:00
Brett Chalupa
aed0ca4770 feat(ch08): first draft of sound chapter 2022-12-09 10:55:23 -05:00
Brett Chalupa
473a1748ed feat: add thank you to dragon pixel artist 2022-12-08 07:00:49 -05:00
Brett Chalupa
8b7cc857a9 chore: call out funding 2022-12-08 06:58:41 -05:00
Brett Chalupa
725982d674 feat(intro): add discord 2022-12-08 06:55:47 -05:00
Brett Chalupa
3c74e73056 feat: DR resources 1st pass & edits 2022-12-08 06:53:14 -05:00
Brett Chalupa
624b33afd2 feat: expand game dev resources 2022-12-07 10:09:48 -05:00
Brett Chalupa
7d53662eef fix: typo in license 2022-12-07 09:20:39 -05:00
Brett Chalupa
2ff637eab3 feat(outro): expand the heck out of it 2022-12-07 09:12:47 -05:00
Brett Chalupa
f036173d71 feat: beyond the code 2022-12-07 08:31:22 -05:00
Brett Chalupa
68e2b0ebc9 fix(source control): intro typo 2022-12-07 08:26:43 -05:00
Brett Chalupa
a380621cf7 feat(ch07): high-score tracking first draft 2022-12-06 16:40:49 -05:00
Brett Chalupa
75bac0510d feat(outro): thank yous 2022-12-06 16:17:17 -05:00
Brett Chalupa
8ec662fe3d feat: ruby primer 1st draft 2022-12-06 16:00:13 -05:00
Brett Chalupa
324db8823b fix: typos & edits for clarity
From suggestions by Levi & Pineapple
2022-12-06 15:32:32 -05:00
Brett Chalupa
3485ead78d feat(ch06): refactor section 2022-12-06 10:31:52 -05:00
Brett Chalupa
6ae8e0912e feat(ch06): restart grace period 2022-12-06 10:17:50 -05:00
Brett Chalupa
5d630c876b feat(ch06): add core timer section 2022-12-06 08:42:05 -05:00
Brett Chalupa
75d8c930b3 feat: revise TOC 2022-12-06 07:54:19 -05:00
Brett Chalupa
f42a33deba chore(docs): specify dep vers 2022-12-06 07:38:19 -05:00
Brett Chalupa
1bbd3a38e6 feat(ch05): add first draft of fireball clean up & perf 2022-12-06 07:34:48 -05:00
Brett Chalupa
285fdcc19a feat(ch04): write first draft 2022-12-06 06:57:34 -05:00
Brett Chalupa
42d8340ffd fix(ch03): console img width on mobile 2022-12-05 06:30:29 -05:00
Brett Chalupa
cc99b5a6fa feat(ch03): flesh out sprite display & hash refactor 2022-12-05 06:07:47 -05:00
Brett Chalupa
268f24d04d feat(ch03): switching to hashes section 2022-12-04 08:43:18 -05:00
Brett Chalupa
78ce9fc968 feat(ch03): displaying fireballs & moving them 2022-12-04 07:41:15 -05:00
Brett Chalupa
afdf24c779 feat: iterate on TOC 2022-12-04 07:13:47 -05:00
Brett Chalupa
7369244632 fix: replace webp w/ jpg
This makes it so it has more compatibility, especially with older
versions of Safari. Keeping the webp images around for now until I
eventually clean them up just in case I need them at their high quality.
2022-12-03 10:27:38 -05:00
Brett Chalupa
e161f2b5e7 feat: revise table of contents
better reflects what I'm currently thinking the scope of the book and
the content will be
2022-12-03 10:24:24 -05:00
Brett Chalupa
c36b7b72d9 feat: iterate on chapter 3 input 2022-12-03 10:05:57 -05:00
Brett Chalupa
c30165fa0d feat: structure code samples to be runnable DRGTK games
This ensures we can easily test the code for a given chapter and verify
it does what is expected.
2022-12-03 07:09:56 -05:00
Brett Chalupa
d54c75b5e1 feat: add fiddle to intro 2022-12-03 06:46:45 -05:00
Brett Chalupa
ad8f6239f1 Fix intro typo 2022-11-29 05:49:33 -05:00
Brett Chalupa
637c4c6165 Revise intro free section 2022-11-29 05:45:13 -05:00
Brett Chalupa
bb5b1dbe23 Remove chapter 3 class refactor
To be redone with just data structures and methods to not have to worry
about introducing classes yet
2022-11-29 05:43:04 -05:00
Brett Chalupa
074432eab5 Add motivation to intro 2022-11-29 05:40:41 -05:00
Brett Chalupa
1b0a8ce0c2 chap 3: player refactor detour 2022-11-25 20:53:58 -05:00
Brett Chalupa
c59e20c87b start using file includes
So that code we be easily reused and referenced across chapters and even
within chapters
2022-11-25 20:41:43 -05:00
Brett Chalupa
4dc759da54 Add shell for chapter 3 & game dev resources 2022-11-25 20:25:44 -05:00