Skip to content

StormTersteeg/Cloverfields

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image ezgif-7-f7c5ed427157

Cloverfields

C# console based sandbox "game".

Change your console font to a rasterfont that preferably has a 1:1 fontsize:

image

Features

Currently, the game has a small set of features that allow the player to place custom objects that consist of the following properties:

  • Name (displayed on the interaction list)
  • Character (letter that's displayed on the map)
  • Foreground color (text color)
  • Background color (color displayed behind the text)

There are basic "filling" features that allow the player to mark an area that has to be filled with a specific object. Similar to Minecraft world edit, this system works with 2 points.

  • Press , to place the marker
  • Walk your character to the second location (to form a rectangle)
  • Press . to fill the area between the marker and the player with an object of choice
  • Press / to delete all objects in the market area

Saving

There is a VERY basic saving system available. ] will export all created objects in the console, this export can be copied and saved into for example a text file. These same objects can be imported again at a later time by pressing [, and pasting this export into the game again.

About

C# console based sandbox "game".

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages