Skip to content

danilwhale/sharpcraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

SharpCraft

clone of ancient minecraft versions, but on raylib (5.0) and c# (.net 8)


how to get the game

releases (stable)

click here to open releases, find release with Latest mark, it's always at the top. then download artifact for your os:

  • windows (x64): SharpCraft-win-x64.zip
  • linux (x64): SharpCraft-linux-x64.zip

Note

there are only 64 bit builds of the game

build downloads location


github actions (canary)

click here to go to GitHub actions, then select top most link with checkmark from the left, click on it, scroll down, download artifact for your os (windows or linux)

workflows

build downloads location

Important

login to your GitHub account if you don't see the download button


Warning

untested on linux, expect bugs

how to build

  1. clone repo (using download button, git clone or ide's vcs clone feature)
  2. open project in any ide you want
    • in case you don't have any ide, open the project folder in your terminal
  3. build it!
    • no ide? dotnet build inside the project folder

NOT AN OFFICIAL MINECRAFT PRODUCT. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT