From 5418d931615e297999f699999b957d14ec7fe6f9 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sat, 26 Oct 2024 22:18:07 +0300 Subject: [PATCH] Better file names --- Graphics/3D/{3dlife.bas => 3D game of life/3d life.bas} | 8 ++++++++ Graphics/3D/{ => 3D game of life}/3dlife.dat | 0 Graphics/3D/{3dtext.bas => 3D text.bas} | 0 Graphics/3D/{04vann2.bas => tiled room.bas} | 0 4 files changed, 8 insertions(+) rename Graphics/3D/{3dlife.bas => 3D game of life/3d life.bas} (97%) rename Graphics/3D/{ => 3D game of life}/3dlife.dat (100%) rename Graphics/3D/{3dtext.bas => 3D text.bas} (100%) rename Graphics/3D/{04vann2.bas => tiled room.bas} (100%) diff --git a/Graphics/3D/3dlife.bas b/Graphics/3D/3D game of life/3d life.bas similarity index 97% rename from Graphics/3D/3dlife.bas rename to Graphics/3D/3D game of life/3d life.bas index 274a345..e7f8bef 100755 --- a/Graphics/3D/3dlife.bas +++ b/Graphics/3D/3D game of life/3d life.bas @@ -1,5 +1,13 @@ ' Program renders rotating 3D animation from cubes. ' Cubes appear and disappear according to Conway's Game of Life rules. +' +' By Svjatoslav Agejenko. +' Email: svjatoslav@svjatoslav.eu +' Homepage: http://www.svjatoslav.eu +' +' Changelog: +' ?, Initial version +' 2024, Improved program readability using AI DECLARE SUB PlaceCube (x!, y!, z!) DECLARE SUB DrawCube (x!, y!, z!) diff --git a/Graphics/3D/3dlife.dat b/Graphics/3D/3D game of life/3dlife.dat similarity index 100% rename from Graphics/3D/3dlife.dat rename to Graphics/3D/3D game of life/3dlife.dat diff --git a/Graphics/3D/3dtext.bas b/Graphics/3D/3D text.bas similarity index 100% rename from Graphics/3D/3dtext.bas rename to Graphics/3D/3D text.bas diff --git a/Graphics/3D/04vann2.bas b/Graphics/3D/tiled room.bas similarity index 100% rename from Graphics/3D/04vann2.bas rename to Graphics/3D/tiled room.bas -- 2.20.1