From 9fa8691c9ec3c7869b89b8db53a841d7f452d360 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 30 May 2023 23:05:02 -0500 Subject: 2021-05-30 See changelog I guess?! Updated COPYING. Cool rock picture to come. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7aeaa7a..3177206 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,15 @@ Uh.. GPL I guess. See COPYING for details. ## Development log +### 2023-05-30 + +- Changed license to LATCRIFPL +- Added beginning of snake and came up with basic idea for game + +I'm going to have to add threads >_< Curse you non-turn-based games! + +The snake is interesting ... it's its own structure with a head thing and a list of tail things trailing behind. Each time it moves it just cuts off its tail at the length it needs to be, giving the illusion of movement. I had some complicated stuff with each segment storing its own age ... but that was a bad idea lol. + ### 2023-05-29 - I've changed the basic logic from just throwing characters on the screen wherever to a vector-based approach. I thought there was a multiple-dimensional vector egg or something, but I apparently was mistaken. So I'm doing the ol' multiply-by-one-thing-and-add-another approach. -- cgit 1.4.1-21-gabe81