All Projects → spawnfest → beam-craft

spawnfest / beam-craft

Licence: other
by Lobsters

Programming Languages

elixir
2628 projects

Labels

Projects that are alternatives of or similar to beam-craft

eclipse2017
Source code for North American Eclipse 2017 Megamovie project
Stars: ✭ 17 (-22.73%)
Mutual labels:  2017
GravityTagCloudView
A tag cloud view with gravity.
Stars: ✭ 22 (+0%)
Mutual labels:  2017
PastaBean
Python Script to Scrape Pastebin with Regex
Stars: ✭ 0 (-100%)
Mutual labels:  2017
2017IFE-
2017 IFE 课程个人学习笔记
Stars: ✭ 17 (-22.73%)
Mutual labels:  2017
stanford-cs161
Unofficial repo for Design and Analysis of Algorithms, Stanford University, Fall 2017.
Stars: ✭ 54 (+145.45%)
Mutual labels:  2017
elixirbench
Long Running Benchmarks for Elixir Projects. Spawnfest 2017 project winner 🏆
Stars: ✭ 33 (+50%)
Mutual labels:  2017
re
"What Are You Syncing About?" – Ninjadev's submission for Revision 2017
Stars: ✭ 69 (+213.64%)
Mutual labels:  2017

beam-craft

by Lobsters

Introduction

This is a simple Minecraft Classic server written in Elixir. It is compatable with the ClassicSharp client.

The current test server is live at minecraft.burnwillows.net.

Running The Server

	$ git clone https://github.com/spawnfest/beam-craft
	$ cd beam-craft
	$ mix deps.get
	$ mix run --no-halt

By default the server starts on port 5555 and listens on 0.0.0.0.

Running The Client

Windows

Use the Windows release provided at the ClassicSharp website.

Mac OS X / Linux

Use the Mac OS X / Linux release provided at the ClassicSharp website under Wine. To get all of the assets first run the launcher, then invoke the client directly like wine ClassicalSharp.exe <username> <password> <ip> <port>.

Useful links

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].