Skip to content

Minecraft clone made with C#/OpenTK library. It's pretty poorly optimized, but it should work fine.

Notifications You must be signed in to change notification settings

tAtomDev/cscraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cscraft

Minecraft clone made with C#/OpenTK library. It's pretty poorly optimized, but it should work fine.

image

I made this game to learn OpenGL and the C# programming language, so the code it's a total mess. The game has the basic features of a Minecraft voxel-engine:

  • Chunk mesh generation
  • Infinite world
  • Breaking/placing blocks

image

How to run the game:

Only tested with Windows 10 x64

  1. Download and install .NET SDK if you don't have it.
  2. Just run dotnet run from the terminal inside the project folder and the game should run!

About

Minecraft clone made with C#/OpenTK library. It's pretty poorly optimized, but it should work fine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published