JosephFerano
  • Joined on 2023-04-20
JosephFerano pushed to master at JosephFerano/tinyswords 2024-01-09 22:46:51 +07:00
517df72ec3 Hot reloading: WIP Got something working
JosephFerano pushed to master at JosephFerano/tinyswords 2024-01-09 20:33:13 +07:00
a5c6569162 Hot reloading: Makefile, inotify, epoll, and splitting .c/.h files
44dc3ccd48 Boid velocity and acceleration when clicking on the screen
50deef7c3d Boids simulation to test things out
Compare 3 commits »
JosephFerano pushed to master at JosephFerano/tinyswords 2024-01-06 10:43:07 +07:00
05c86f8284 Knight made to move independently, relative screen dimensions
1ff06abdd4 Select knights by dragging rect over them
Compare 2 commits »
JosephFerano pushed to master at JosephFerano/tinyswords 2024-01-05 17:18:09 +07:00
070f23a467 Multiple Knights with y-depth sorting using insertion sort, texture ids
JosephFerano pushed to master at JosephFerano/tinyswords 2024-01-05 12:42:49 +07:00
ba44c72d09 IsAnimationFinished function rather than a bool
JosephFerano pushed to master at JosephFerano/tinyswords 2024-01-05 12:11:05 +07:00
1dda2f9315 WIP: Multiple knights after refactoring data structures and creating loops
JosephFerano pushed to master at JosephFerano/tinyswords 2024-01-03 09:03:34 +07:00
9dd7727c92 Drawing Debug functions moved to lib.h to clean things up
JosephFerano pushed to master at JosephFerano/tinyswords 2024-01-01 21:03:28 +07:00
631940a6eb Unit movement by clicking on the ground, debug stuff
JosephFerano pushed to master at JosephFerano/tinyswords 2024-01-01 16:39:19 +07:00
ceca65fb46 Add origin point to sprites, WASD controls camera, debug draw rects, todo list
380361431f Sprite anim looping, knight state management, attacking anim, direction flip
ff49e7d2b3 Separate sprites into .c/.h files
a0126529de Rename config.h to game_data.h
Compare 4 commits »
JosephFerano pushed to master at JosephFerano/dotfiles 2023-12-04 18:49:46 +07:00
eadf75cbe8 Emacs: Add functions for ascii/digit conv and full month calendar
285f2e92cc QTile: A few keybindings
Compare 2 commits »
JosephFerano pushed to master at JosephFerano/99-problems 2023-11-21 15:21:44 +07:00
f4496a8648 Haskell: Exercise #9
JosephFerano pushed to master at JosephFerano/fide 2023-11-17 19:11:18 +07:00
56f3048d2d Highlight string literals green with treesitter
JosephFerano pushed to master at JosephFerano/99-problems 2023-11-17 15:21:22 +07:00
ceed59bf21 Haskell n.8
JosephFerano pushed to master at JosephFerano/basicterm 2023-11-16 18:44:35 +07:00
cbf4ab6b2f Updating README
JosephFerano pushed to master at JosephFerano/basicterm 2023-11-16 17:36:21 +07:00
1afbd8d4c1 Updating README
JosephFerano pushed to master at JosephFerano/basicterm 2023-11-16 17:23:09 +07:00
bfb4e2a994 Get backspace working. Color escape codes sort of working but rendering is broken
JosephFerano pushed to master at JosephFerano/99-problems 2023-11-16 14:13:24 +07:00
c54a056489 Adding more info to the README
a226b35406 Some more Haskell exercises. Adding LICENSE
Compare 2 commits »
JosephFerano pushed to master at JosephFerano/basicterm 2023-11-15 18:19:10 +07:00
2a9e327fdf Clean up this mess
JosephFerano pushed to master at JosephFerano/basicterm 2023-11-15 17:32:04 +07:00
f15014d84e Progress I guess
JosephFerano pushed to master at JosephFerano/fide 2023-11-11 15:15:55 +07:00
039b671973 Playing around with treesitter