• Joined on 2017-10-29
nortti pushed to staging at nortti/sortix-mirror 2023-06-08 21:47:03 +00:00
be23ab5b0e fixup! Add display server.
894efe6956 Aurora procedural wallpaper.
2c7c88e95c Work around pty deadlock.
d17c0d76a3 Add cdrom mounting live environment.
ce1144fcc3 Revert "Parallelize driver initialization."
Compare 37 commits »
nortti pushed to master at nortti/sortix-mirror 2023-06-08 21:46:53 +00:00
9d4eec4267 Add reinit support to init(8).
nortti pushed to main at nortti/reflect 2023-06-04 19:33:04 +00:00
52d38902d3 Add packaging scripts
abdbf5e6d1 Add README.md
Compare 2 commits »
nortti pushed to main at nortti/reflect 2023-06-04 19:21:35 +00:00
e029672bb6 Move the paddle higher
d4d6584ef8 Improve enemy shots
bac76b95dc Implement game over
Compare 3 commits »
nortti pushed to main at nortti/reflect 2023-06-04 17:58:33 +00:00
2439711358 Implement multiple stages
7b3ef24b7a Add pre-stage screen
Compare 2 commits »
nortti pushed to main at nortti/reflect 2023-06-04 16:34:05 +00:00
fd6c7fafa0 Grab mouse on click and ungrab if a modifier is pressed
29f1b1f344 Add title screen
Compare 2 commits »
nortti pushed to main at nortti/reflect 2023-06-04 14:29:05 +00:00
d7146a1d52 Account for unreflected missiles that got destroyed
nortti pushed to main at nortti/reflect 2023-06-03 19:35:37 +00:00
7b742c35c4 Make enemies spin
093b9a7ece Render enemies as pentagons
Compare 2 commits »
nortti pushed to main at nortti/reflect 2023-06-03 19:19:25 +00:00
0352a9e14f Ramp up the number of allowed missiles over time
710cf27036 Tune enemy behaviour
Compare 2 commits »
nortti pushed to main at nortti/reflect 2023-06-03 19:05:48 +00:00
643663a415 Add variance to missile speeds
a935b498da Add inaccuracy to missile targeting
Compare 2 commits »
nortti pushed to main at nortti/reflect 2023-06-03 18:56:29 +00:00
d6952e9eaf Seed the random number generator
nortti pushed to main at nortti/reflect 2023-06-03 18:53:02 +00:00
9cdeee04d8 Limit the number of unreflected missiles on-screen
nortti pushed to main at nortti/reflect 2023-06-03 18:44:05 +00:00
9ec3b93cc2 Make all enemies active
2a3d7b188f Remove debug print
a290a9113a Fade trails to transparent instead of black
Compare 3 commits »
nortti pushed to main at nortti/reflect 2023-06-03 18:34:41 +00:00
0e410d262d Only add new trail segment every one pixel
nortti pushed to main at nortti/reflect 2023-06-03 18:14:18 +00:00
e98af7966f Smoother missile tail fade
nortti pushed to main at nortti/reflect 2023-06-02 19:48:15 +00:00
891e37fa4f Allow exploding all reflected missiles
cc73f371a5 Make enemies killable
c12d3f7bf0 Fix location calculation for explosions destroying things
c0b0012701 Add enemies
9a9e57dbd2 Increase trail length
Compare 10 commits »
nortti created branch main in nortti/reflect 2023-06-02 19:48:14 +00:00
nortti created repository nortti/reflect 2023-06-02 19:48:02 +00:00
nortti pushed to main at nortti/metrify 2023-06-01 16:58:46 +00:00
897f87a9e2 Make unit constants const in conversion.rs
18ef6c8787 Fix clippy lints
Compare 2 commits »
nortti pushed to main at nortti/metrify 2023-06-01 16:48:18 +00:00
7191d5a378 Simplify conversions::test::{length, mass, area, volume, fluid_volume}