Skip to content

Commit

Permalink
Update TFTTAR images, add maze cubed 1:1 image
Browse files Browse the repository at this point in the history
  • Loading branch information
Longestboi committed Jul 14, 2024
1 parent e069323 commit 93b1c92
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file added content/boards/TFTTAR.webp
Binary file not shown.
8 changes: 4 additions & 4 deletions content/boards/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ head3 {

{{< boards-section "brick-breaker" "Brick Breaker" "/games/brick-breaker" "./brick-breaker.webp" "Written in Python in a week. (Runs anywhere Python can, like web browsers, Windows, Linux, and macOS)" >}}

{{< boards-section "maze-cubed" "MAZE<sup>CUBED</sup>" "/games/maze-cubed" "/games/maze-cubed/maze-cubed.webp" "3D Maze game made in Unreal Engine 4.21. (Runs Windows, and Linux, Could run on macOS, but no builds)." >}}
{{< boards-section "maze-cubed" "MAZE<sup>CUBED</sup>" "/games/maze-cubed" "./maze_cubed.webp" "3D Maze game made in Unreal Engine 4.21. (Runs Windows, and Linux, Could run on macOS, but no builds)." >}}

{{< boards-section "collect-coin" "Collect The Coin" "/games/collect-the-coin" "" "Written in Python. (Runs anywhere Python can, Windows, Linux, and macOS, except for web browsers due to performance issues)" >}}

Expand Down Expand Up @@ -71,21 +71,21 @@ head3 {

{{< boards-section "wardog" "Project Wardog" "/games/wardog" "./Wardog.webp" "I built out the tooling to take the dialog that was written in a spreadsheet by the designers and generate a Python file that assigns the dialog text to a variable that can be used by the programmers in-game." >}}

{{< boards-section "tfttar" "Tales From Teren: The Approaching Rot" "/games/tfttar" "/games/tfttar/TFTTAR.webp" "The framework that _Tales From Teren_ is built on uses a very limited custom language. To get around many of the issues I had, like having functions that you can’t pass variables into, I modeled out a system that allows you to store variables in global memory, exactly like how CPUs do it at a low level." >}}
{{< boards-section "tfttar" "Tales From Teren: The Approaching Rot" "/games/tfttar" "./TFTTAR.webp" "The framework that _Tales From Teren_ is built on uses a very limited custom language. To get around many of the issues I had, like having functions that you can’t pass variables into, I modeled out a system that allows you to store variables in global memory, exactly like how CPUs do it at a low level." >}}

{{< dots >}}

### 5. Demonstrate development skills using multiple programming languages, development environments, and platforms, including advanced and/or experimental topics in game programming.

{{< boards-section "tfttar" "Tales From Teren: The Approaching Rot" "/games/tfttar" "/games/tfttar/TFTTAR.webp" "Web-based visual novel that needed to run on desktop and mobile browsers." >}}
{{< boards-section "tfttar" "Tales From Teren: The Approaching Rot" "/games/tfttar" "./TFTTAR.webp" "Web-based visual novel that needed to run on desktop and mobile browsers." >}}

{{< boards-section "pytris" "Pytris" "/games/pytris" "./Pytris.webp" "One of the more complex engines I’ve written in Python due to a lack of time constraints. Contains things like Godot-like signals, GUI objects, global data, and high framerates for an interpreted language." >}}

{{< dots >}}

### 6. Establish collaboration, mentorship, and professional leadership skills by working with other disciplines to deliver highly polished and completed projects.

{{< boards-section "tfttar" "Tales From Teren: The Approaching Rot" "/games/tfttar" "/games/tfttar/TFTTAR.webp" "I was the main developer for _Tales From Teren_ for its first semester and implemented many features that the designers, writers, and artists needed, some of which never made it into the project." >}}
{{< boards-section "tfttar" "Tales From Teren: The Approaching Rot" "/games/tfttar" "./TFTTAR.webp" "I was the main developer for _Tales From Teren_ for its first semester and implemented many features that the designers, writers, and artists needed, some of which never made it into the project." >}}

{{< boards-section "biomines" "Biomines" "" "./biomines.webp" "I worked as a programming advisor for the first semester of the project. I advised how the repos should be set up, including file structure, how the project settings should be, and more." >}}

Binary file added content/boards/maze_cubed.webp
Binary file not shown.
Binary file modified content/games/tfttar/TFTTAR.webp
Binary file not shown.

0 comments on commit 93b1c92

Please sign in to comment.