2025-01-15 19:09:44 +01:00
scr
2024-09-23 20:13:44 +02:00
2024-09-02 19:33:06 +02:00
2024-09-23 12:13:51 +02:00
2024-09-02 19:35:28 +02:00
2024-09-02 19:33:06 +02:00
2025-01-15 19:09:44 +01:00
2024-09-23 14:06:34 +02:00

autogo

The silly Raylib cargame I made in C but in Go for my champ

Installation

  1. Install Go on your system if you haven't already. You can download the latest version from the official Go website.
  2. Clone this repository using Git:
git clone https://gitea.boner.be/bdnugget/autogo.git
  1. Navigate to the project directory:
cd autogo
  1. Run the following command to download and install the required dependencies:
go mod download
  1. Build and run the game using the following command:
go run main.go

This should launch the game window, and you can start playing!

Screenshot

Screenshot

Note to self garage texture and other ImageMagicks

changed saturation to 10% to make Raylib tint work well enough, using ImageMagick: convert garage.png -resize 200x200! -channel A -evaluate multiply 0.5 +channel -modulate 100,25,100 garage_200px.png

Description
The silly Raylib cargame I made in C but in Go
Readme 1.5 MiB
Languages
Go 100%