Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
judahcaruso committed Jul 9, 2024
1 parent ee1caa6 commit d04b7ea
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 3 deletions.
Binary file added res/wasm-screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions riv/demos.riv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/ projects

Nothing here yet, see {plans}.

# Below are some game demos from the past that don't have a good place to live. Most were to test specific game mechanics and aren't fully fleshed out.
4 changes: 2 additions & 2 deletions riv/index.riv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/ projects
/ demos
/ whoami
/ plans
/ rivit

@ cityofglass.png The city of glass

Expand Down
4 changes: 4 additions & 0 deletions riv/plans.riv
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

WHAT I'M WORKING ON

240709:
- Website updates
- Getting my game engine to compile to wasm so I can add {demos}

240619:

- Adding some new features to [https://whitebox.systems WhiteBox]
Expand Down
7 changes: 6 additions & 1 deletion riv/projects.riv
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# @todo: add sample-search, tank-tactics, etc.
/ demos

- [https://judahcaruso.com/samplesearch Sample Search], obscure YouTube search generator
- [https://judahcaruso.com/schemes Schemes], editor-agnostic color scheme creator
- [https://www.youtube.com/watch?v=KWRn7R96in0 Tank Tactics], Discord bot version of Tank Turn Tactics
- {rivit}, line-based markup format
4 changes: 4 additions & 0 deletions server.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh

go run . &&\
python3 -m http.server -d web
6 changes: 6 additions & 0 deletions watch.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env sh

set -e

watch -n 1 -- go run .

0 comments on commit d04b7ea

Please sign in to comment.