Client List: Difference between revisions
Jump to navigation
Jump to search
imported>AGS Phoenix (Added status info for each project. I only took a cursory look at each, so if you know better, fix it.) |
imported>AGS Phoenix m (Switched Authors and Features around. Seeing that giant Authors field with loads of empty space and the features field crammed with info just bugged me too much.) |
||
| Line 1: | Line 1: | ||
This is a rather incomplete list of Minecraft Alpha/Beta clients currently in development. This page only lists clients written from scratch. For mods and wrappers, see the [[Utility List]]. | This is a rather incomplete list of Minecraft Alpha/Beta clients currently in development. This page only lists clients written from scratch. For mods and wrappers, see the [[Utility List]]. | ||
| Line 6: | Line 4: | ||
|-style="background:#eee" | |-style="background:#eee" | ||
!style="width: 72px" | Name | !style="width: 72px" | Name | ||
! | !style="width: 240px" | Features | ||
!style="width: 128px" | Language | !style="width: 128px" | Language | ||
!style="width: 128px" | License | !style="width: 128px" | License | ||
!style="width: 72px" | Threaded | !style="width: 72px" | Threaded | ||
!style="width: | !style="width: 120px" | Author(s) | ||
!style="width: | !style="width: 64px" | Status | ||
|- | |- | ||
! [http://github.com/Wallbraker/Charged-Miners Charged Miners] | ! [http://github.com/Wallbraker/Charged-Miners Charged Miners] | ||
| | | Minecraft Viewer that can use Mineflayer to connect to servers. | ||
| [http://en.wikipedia.org/wiki/D_%28programming_language%29 D], [http://en.wikipedia.org/wiki/Lua_%28programming_language%29 Lua] | | [http://en.wikipedia.org/wiki/D_%28programming_language%29 D], [http://en.wikipedia.org/wiki/Lua_%28programming_language%29 Lua] | ||
| GPLv2 | | GPLv2 | ||
| {{no}} | | {{no}} | ||
| | | Wallbraker et al. | ||
| style="background:#90ff90; color:black;" | In development | | style="background:#90ff90; color:black;" | In development | ||
|- | |- | ||
! [http://foundation.x10.mx/index.php?title=Crafti Crafti]* | ! [http://foundation.x10.mx/index.php?title=Crafti Crafti]* | ||
| | | python standalone bot, controllable via player commands, console input, or configured rules file. [http://foundation.x10.mx/index.php?title=Crafti See More...] | ||
| [http://en.wikipedia.org/wiki/Python_%28programming_language%29 python] with Twisted network driver | | [http://en.wikipedia.org/wiki/Python_%28programming_language%29 python] with Twisted network driver | ||
| proprietary software / Freeware | | proprietary software / Freeware | ||
| {{yes}} | | {{yes}} | ||
| | | CharlesBroughton | ||
| style="background:#ff9090; color:black;" | Dead | | style="background:#ff9090; color:black;" | Dead | ||
|- | |- | ||
! [http://github.com/aniero/golem golem] | ! [http://github.com/aniero/golem golem] | ||
| | | ruby 1.9/eventmachine client, acts as a standalone bot or transparent proxy | ||
| [http://en.wikipedia.org/wiki/Ruby_%28programming_language%29 ruby] | | [http://en.wikipedia.org/wiki/Ruby_%28programming_language%29 ruby] | ||
| a kind of "0-clause" BSD license | | a kind of "0-clause" BSD license | ||
| {{no}} | | {{no}} | ||
| | | aniero | ||
| style="background:#ff9090; color:black;" | Last update: Beta 1.4 | | style="background:#ff9090; color:black;" | Last update: Beta 1.4 | ||
|- | |- | ||
! [https://github.com/axus/libmc--c mc--c] | ! [https://github.com/axus/libmc--c mc--c] | ||
| | | Draw the map. Can't talk or move. | ||
| [http://en.wikipedia.org/wiki/C++_%28programming_language%29 C++] | | [http://en.wikipedia.org/wiki/C++_%28programming_language%29 C++] | ||
| Do not distribute | | Do not distribute | ||
| {{no}} | | {{no}} | ||
| | | axus | ||
| style="background:#ffff90; color:black;" | Last updated May 2011 | | style="background:#ffff90; color:black;" | Last updated May 2011 | ||
|- | |- | ||
! [[Mineflayer]] | ! [[Mineflayer]] | ||
| | | JavaScript bot framework. See [[Mineflayer]] for more details. | ||
| [http://en.wikipedia.org/wiki/C++_%28programming_language%29 C++] with [http://en.wikipedia.org/wiki/Qt_%28framework%29 Qt] | | [http://en.wikipedia.org/wiki/C++_%28programming_language%29 C++] with [http://en.wikipedia.org/wiki/Qt_%28framework%29 Qt] | ||
| [http://www.opensource.org/licenses/mit-license.php MIT] | | [http://www.opensource.org/licenses/mit-license.php MIT] | ||
| {{yes}} | | {{yes}} | ||
| | | Superjoe, thejoshwolfe | ||
| style="background:#90ff90; color:black;" | Mostly mature, well maintained | | style="background:#90ff90; color:black;" | Mostly mature, well maintained | ||
|- | |- | ||
! [http://github.com/espes/esbot esbot] | ! [http://github.com/espes/esbot esbot] | ||
| | | dependency gathering and other awesomeness | ||
| [http://en.wikipedia.org/wiki/Python_%28programming_language%29 python] with twisted | | [http://en.wikipedia.org/wiki/Python_%28programming_language%29 python] with twisted | ||
| GPL | | GPL | ||
| {{no}} | | {{no}} | ||
| | | espes | ||
| style="background:#ffff90; color:black;" | Last updated for 1.5, buggy 1.6 support with minor tweaks | | style="background:#ffff90; color:black;" | Last updated for 1.5, buggy 1.6 support with minor tweaks | ||
|- | |- | ||
! [[Vb Minebot]] | ! [[Vb Minebot]] | ||
| | | Work in progress standalone bot | ||
| [http://en.wikipedia.org/wiki/Visual_Basic_.NET VB.NET] | | [http://en.wikipedia.org/wiki/Visual_Basic_.NET VB.NET] | ||
| GPL | | GPL | ||
| {{no}} | | {{no}} | ||
| | | Umby24 | ||
| style="background:#ff9090; color:black;" | Dead<br>(Site suspended) | | style="background:#ff9090; color:black;" | Dead<br>(Site suspended) | ||
|- | |- | ||
! [http://hg.sitedethib.com/mcclient/ mcclient] | ! [http://hg.sitedethib.com/mcclient/ mcclient] | ||
| | | Work in progress SMP client | ||
| [http://en.wikipedia.org/wiki/Python_%28programming_language%29 python] with C extension | | [http://en.wikipedia.org/wiki/Python_%28programming_language%29 python] with C extension | ||
| GPLv3 | | GPLv3 | ||
| {{no}} | | {{no}} | ||
| | | ThibG | ||
| style="background:#ff9090; color:black;" | Dead<br>(Server down) | | style="background:#ff9090; color:black;" | Dead<br>(Server down) | ||
|-|} | |-|} | ||
[[Category:Minecraft Beta]] | [[Category:Minecraft Beta]] | ||
Revision as of 13:51, 22 June 2011
This is a rather incomplete list of Minecraft Alpha/Beta clients currently in development. This page only lists clients written from scratch. For mods and wrappers, see the Utility List.
| Name | Features | Language | License | Threaded | Author(s) | Status |
|---|---|---|---|---|---|---|
| Charged Miners | Minecraft Viewer that can use Mineflayer to connect to servers. | D, Lua | GPLv2 | No | Wallbraker et al. | In development |
| Crafti* | python standalone bot, controllable via player commands, console input, or configured rules file. See More... | python with Twisted network driver | proprietary software / Freeware | Yes | CharlesBroughton | Dead |
| golem | ruby 1.9/eventmachine client, acts as a standalone bot or transparent proxy | ruby | a kind of "0-clause" BSD license | No | aniero | Last update: Beta 1.4 |
| mc--c | Draw the map. Can't talk or move. | C++ | Do not distribute | No | axus | Last updated May 2011 |
| Mineflayer | JavaScript bot framework. See Mineflayer for more details. | C++ with Qt | MIT | Yes | Superjoe, thejoshwolfe | Mostly mature, well maintained |
| esbot | dependency gathering and other awesomeness | python with twisted | GPL | No | espes | Last updated for 1.5, buggy 1.6 support with minor tweaks |
| Vb Minebot | Work in progress standalone bot | VB.NET | GPL | No | Umby24 | Dead (Site suspended) |
| mcclient | Work in progress SMP client | python with C extension | GPLv3 | No | ThibG | Dead (Server down) |