All Projects → janithl → go-terrain-gen

janithl / go-terrain-gen

Licence: MIT License
A simple terrain generator in Go, for shits and giggles

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to go-terrain-gen

touch-bar
Launch the macOS Touch Bar simulator from the command-line
Stars: ✭ 43 (+152.94%)
Mutual labels:  cli-app
exch
a command-line tool to see currency exchange rates
Stars: ✭ 20 (+17.65%)
Mutual labels:  cli-app
bilisim sozlugu
Translating computer words from English to Turkish
Stars: ✭ 28 (+64.71%)
Mutual labels:  cli-app
teks
Easily get custom go template based outputs to your command-line tool. Like in docker/kubernetes
Stars: ✭ 41 (+141.18%)
Mutual labels:  cli-app
LiteOTP
Multi OTP Spam Amp/Paralell threads
Stars: ✭ 50 (+194.12%)
Mutual labels:  cli-app
monoreact
📦 React workspaces implementation
Stars: ✭ 13 (-23.53%)
Mutual labels:  cli-app
RTWG
The Real-Time World Generation projekt aims to provide a tool for world/terrain generation based on prozedural algorithmes and cellular automata simulation.
Stars: ✭ 52 (+205.88%)
Mutual labels:  terrain-generation
oidc-agent
oidc-agent for managing OpenID Connect tokens on the command line
Stars: ✭ 47 (+176.47%)
Mutual labels:  cli-app
jira-cli
🔥 [WIP] Feature-rich interactive Jira command line.
Stars: ✭ 809 (+4658.82%)
Mutual labels:  cli-app
EasyEuler
A command line tool for Project Euler
Stars: ✭ 29 (+70.59%)
Mutual labels:  cli-app
budget-cli
Manage your Google budget spreadsheets from terminal.
Stars: ✭ 30 (+76.47%)
Mutual labels:  cli-app
emsm
A lightweight, easy to extend minecraft server manager.
Stars: ✭ 72 (+323.53%)
Mutual labels:  cli-app
Utlyz-CLI
Let's you to access your FB account from the command line and returns various things number of unread notifications, messages or friend requests you have.
Stars: ✭ 30 (+76.47%)
Mutual labels:  cli-app
malli-cli
Command-line interface from the comfort of a metosin/malli schema
Stars: ✭ 36 (+111.76%)
Mutual labels:  cli-app
doing-cli
CLI tool to simplify the development workflow on azure devops
Stars: ✭ 19 (+11.76%)
Mutual labels:  cli-app
Thalatta
An open source terrain generation suite.
Stars: ✭ 37 (+117.65%)
Mutual labels:  terrain-generation
perbase
Per-base per-nucleotide depth analysis
Stars: ✭ 46 (+170.59%)
Mutual labels:  cli-app
DungeonTemplateLibraryUnity
🌏: Dungeon free resources (terrain & roguelike generation)
Stars: ✭ 51 (+200%)
Mutual labels:  terrain-generation
cmdr
POSIX-compliant command-line UI (CLI) parser and Hierarchical-configuration operations
Stars: ✭ 94 (+452.94%)
Mutual labels:  cli-app
Typon
A multi-featured typing practice tool that runs on a terminal emulator which can turn any text file into a typing game.
Stars: ✭ 53 (+211.76%)
Mutual labels:  cli-app

go-terrain-gen

go-terrain-gen

A simple terrain generator in Go, for shits and giggles

Blogposts

  • Part 1: Explore the concept behind the terrain generator, and write down the pseudocode and convert it into a very rudimentary Go program

  • Part 2: Refactor the Go code into using structs and methods to make adding features easier, and add CLI flags to control variables such as map size

  • Part 3: Better map visualisation: Added colours and shading to output of map to terminal

  • Part 4: Explore how to assign values to adjacent map elements, introduce randomness in the form of cliff probability

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].