• [::1]
  • https://notashelf.dev
  • Political Scientist, Open source advocate, high-level programmer. NixOS hacker and nixpkgs contributor.

  • Joined on 2024-08-03
NotAShelf pushed to notashelf/push-svxosluqnsnp at NotAShelf/rogged 2026-04-10 11:15:30 +00:00
4475e6c276
various: persist seed display; fix seed 0 handling
NotAShelf pushed to notashelf/push-svxosluqnsnp at NotAShelf/rogged 2026-04-10 10:30:19 +00:00
8bbca55b78
rogged: re-seed on game-over; display seed in game-end screen
NotAShelf created pull request NotAShelf/rogged#17 2026-04-10 08:12:55 +00:00
map: implement seeded generation; allow passing custom seed
NotAShelf created branch notashelf/push-svxosluqnsnp in NotAShelf/rogged 2026-04-10 08:10:30 +00:00
NotAShelf pushed to notashelf/push-svxosluqnsnp at NotAShelf/rogged 2026-04-10 08:10:30 +00:00
f51b754e76
map: implement seeded generation; allow passing custom seed
NotAShelf commented on pull request NotAShelf/rogged#13 2026-04-10 06:36:09 +00:00
render: add player sprite. welcome to dude man

sorry I caused another merge conflict lol

NotAShelf pushed to font at amr/rogged 2026-04-10 06:08:19 +00:00
0e926a34ba font: extensive tweaks, looks much better
40a5e6789c font: fully implemented font changes to UI, size/spacing need tweaking
0257791e4d font: tweak sizes of stats
2fdebb8f41 render: implement experimental font change, needs work
09f7e659b5 Merge pull request 'various: implement fog of war; make enemy AI slightly more intelligent' (#14) from notashelf/push-wlxxmonulyzt into main
Compare 7 commits »
NotAShelf pushed to main at NotAShelf/rogged 2026-04-10 06:08:00 +00:00
09f7e659b5 Merge pull request 'various: implement fog of war; make enemy AI slightly more intelligent' (#14) from notashelf/push-wlxxmonulyzt into main
71343311eb
enemy: add alert memory; vision variance based on type
f85d28e932
various: implement fog of war; make enemy AI slightly more intelligent
Compare 3 commits »
NotAShelf merged pull request NotAShelf/rogged#14 2026-04-10 06:07:59 +00:00
various: implement fog of war; make enemy AI slightly more intelligent
NotAShelf synced commits to gh-pages at NotAShelf/nvf from mirror 2026-04-09 20:16:11 +00:00
a2a3b31677 Deploy PR #1450 preview
20f414b09f Deploy PR #1450 preview
58c59c7d3c Deploy PR #1498 preview
f099fd6761 Deploy PR #1498 preview
Compare 5 commits »
NotAShelf synced commits to main at NotAShelf/nvf from mirror 2026-04-09 20:16:11 +00:00
fee5ed510e
Merge pull request #1507 from alfarelcynthesis/eslint-plugin-prettier-if
92501a9814
docs/quirks: remove extra If
Compare 2 commits »
NotAShelf pushed to notashelf/push-wlxxmonulyzt at NotAShelf/rogged 2026-04-09 18:28:50 +00:00
71343311eb
enemy: add alert memory; vision variance based on type
f85d28e932
various: implement fog of war; make enemy AI slightly more intelligent
4dfe52ae72 movement: generalize; use vectors (#16)
Compare 3 commits »
NotAShelf pushed to main at NotAShelf/rogged 2026-04-09 14:11:49 +00:00
4dfe52ae72 movement: generalize; use vectors (#16)
NotAShelf merged pull request NotAShelf/rogged#16 2026-04-09 14:11:47 +00:00
movement: generalize; use vectors
NotAShelf synced commits to main at NotAShelf/nix-evaluator-stats from mirror 2026-04-09 13:06:10 +00:00
812b16e414
ci: fix check and deploy workflows
7b01c44039
docs: make project README less platform-agnostic
f19f39efe1 meta: auto-update dependencies
774e54de84
chore: update ignore filters for new layout
2819da8e35
build: bump all pnpm dependencies
Compare 17 commits »
NotAShelf synced commits to notashelf/push-nvxpquzrnllv at NotAShelf/nix-evaluator-stats from mirror 2026-04-09 13:06:10 +00:00
63afa1b55a meta: auto-update dependencies
2819da8e35
build: bump all pnpm dependencies
33ec901788
treewide: adapt for monorepo layout; initial TUI work
e36b0d89da
nix: bump nixpkgs
d573b42105
Merge pull request #12 from NotAShelf/dependabot/github_actions/actions/checkout-6
Compare 29 commits »
NotAShelf commented on pull request NotAShelf/rogged#16 2026-04-09 13:02:10 +00:00
movement: generalize; use vectors

Typo, should be "healing, etc."

NotAShelf commented on pull request NotAShelf/rogged#16 2026-04-09 13:02:10 +00:00
movement: generalize; use vectors

You should probably guard against potential null target here before attacking.

NotAShelf suggested changes for NotAShelf/rogged#16 2026-04-09 13:02:10 +00:00
movement: generalize; use vectors

Two minor comments. The former is a nitpick but I'd still like for it to be gotten out of our way since it's a trivial change