Difference between revisions of "Client List"
Jump to navigation
Jump to search
m (Link changed) |
(made the table sortable, changed status column to have a consistent format) |
||
Line 3: | Line 3: | ||
The column ''Game Graphics'' asks if your client displays in-game activity at a graphical level, such as world chunks, people or mobs moving, or any of that sort. If you are simply displaying things as text, that does '''not''' count. You can also optionally tell us the library you're using for your game graphics while providing your answer. | The column ''Game Graphics'' asks if your client displays in-game activity at a graphical level, such as world chunks, people or mobs moving, or any of that sort. If you are simply displaying things as text, that does '''not''' count. You can also optionally tell us the library you're using for your game graphics while providing your answer. | ||
− | {| class="wikitable" style="width: auto; text-align: center;" | + | {| class="wikitable sortable" style="width: auto; text-align: center;" |
|-style="background:#eee" | |-style="background:#eee" | ||
!style="width: 72px" | Name | !style="width: 72px" | Name | ||
Line 21: | Line 21: | ||
| {{yes}} | | {{yes}} | ||
| Wallbraker et al. | | Wallbraker et al. | ||
− | | {{yes| | + | | {{yes|Active}} |
|- | |- | ||
− | ! [http://foundation.x10.mx/index.php?title=Crafti Crafti] | + | ! [http://foundation.x10.mx/index.php?title=Crafti Crafti] (dead link) |
− | | python standalone bot, controllable via player commands, console input, or configured rules file. | + | | python standalone bot, controllable via player commands, console input, or configured rules file. |
| [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 | ||
Line 39: | Line 39: | ||
| {{no}} | | {{no}} | ||
| espes | | espes | ||
− | | {{unknown|Last updated | + | | {{unknown|Last updated Sep 2011}} |
|- | |- | ||
! [https://github.com/aniero/golem golem] | ! [https://github.com/aniero/golem golem] | ||
Line 48: | Line 48: | ||
| {{no}} | | {{no}} | ||
| aniero | | aniero | ||
− | | {{no|Last | + | | {{no|Last updated Apr 2011}} |
|- | |- | ||
! [https://github.com/axus/libmc--c mc--c] | ! [https://github.com/axus/libmc--c mc--c] | ||
Line 66: | Line 66: | ||
| {{yes}} | | {{yes}} | ||
| ThibG | | ThibG | ||
− | | {{ | + | | {{unknown|Last updated Jul 2011}} |
|- | |- | ||
! [https://github.com/jrupac/minecraft-opengl minecraft-opengl] | ! [https://github.com/jrupac/minecraft-opengl minecraft-opengl] | ||
Line 75: | Line 75: | ||
| {{yes}} | | {{yes}} | ||
| Rohan Bansal, Dmitry Drutskoy, Ajay Roopakalu, Sarah Tang | | Rohan Bansal, Dmitry Drutskoy, Ajay Roopakalu, Sarah Tang | ||
− | | {{unknown|Last updated | + | | {{unknown|Last updated Jun 2011}} |
|- | |- | ||
! [https://github.com/shoghicp/Minecraft-PHP-Client Minecraft PHP Client] | ! [https://github.com/shoghicp/Minecraft-PHP-Client Minecraft PHP Client] | ||
Line 84: | Line 84: | ||
| {{no}} | | {{no}} | ||
| [https://twitter.com/shoghicp shoghicp] | | [https://twitter.com/shoghicp shoghicp] | ||
− | | {{yes|Works from b1.6 to 1.2.5}} | + | | {{yes|Active. Works from b1.6 to 1.2.5}} |
|- | |- | ||
! [[Mineflayer]] | ! [[Mineflayer]] | ||
Line 93: | Line 93: | ||
| {{yes}} | | {{yes}} | ||
| Superjoe, thejoshwolfe | | Superjoe, thejoshwolfe | ||
− | | {{ | + | | {{unknown|Last updated Nov 2011}} |
|- | |- | ||
! [https://github.com/Vijfhoek/Sharpcraft Sharpcraft] ([https://github.com/F16Gaming/Sharpcraft Fork]) | ! [https://github.com/Vijfhoek/Sharpcraft Sharpcraft] ([https://github.com/F16Gaming/Sharpcraft Fork]) | ||
Line 102: | Line 102: | ||
| {{yes|Yes, using [http://en.wikipedia.org/wiki/Microsoft_XNA XNA]}} | | {{yes|Yes, using [http://en.wikipedia.org/wiki/Microsoft_XNA XNA]}} | ||
| [https://github.com/Vijfhoek Vijfhoek] and [https://github.com/F16Gaming F16Gaming] | | [https://github.com/Vijfhoek Vijfhoek] and [https://github.com/F16Gaming F16Gaming] | ||
− | | {{yes| | + | | {{yes|Active}} |
|- | |- | ||
! [[Vb Minebot]] | ! [[Vb Minebot]] | ||
Line 111: | Line 111: | ||
| {{no}} | | {{no}} | ||
| Umby24 | | Umby24 | ||
− | | {{yes| | + | | {{yes|Active}} |
|-|} | |-|} | ||
[[Category:Minecraft Modern]] | [[Category:Minecraft Modern]] |
Revision as of 17:55, 13 June 2012
This is a rather incomplete list of Minecraft Alpha/Beta clients that users have worked or are working on. This page only lists clients written from scratch; for mods and wrappers, see the Utility List.
The column Game Graphics asks if your client displays in-game activity at a graphical level, such as world chunks, people or mobs moving, or any of that sort. If you are simply displaying things as text, that does not count. You can also optionally tell us the library you're using for your game graphics while providing your answer.
Name | Features | Language | License | Threaded | Game Graphics | Author(s) | Status |
---|---|---|---|---|---|---|---|
Charged Miners | Minecraft Viewer that can use Mineflayer to connect to servers. | D, Lua | GPLv2 | No | Yes | Wallbraker et al. | Active |
Crafti (dead link) | python standalone bot, controllable via player commands, console input, or configured rules file. | python with Twisted network driver | proprietary software / Freeware | Yes | No | CharlesBroughton | Dead |
esbot | dependency gathering and other awesomeness | python with twisted | GPL | No | No | espes | Last updated Sep 2011 |
golem | ruby 1.9/eventmachine client, acts as a standalone bot or transparent proxy | ruby | MIT | No | No | aniero | Last updated Apr 2011 |
mc--c | Draw the map. Can't talk or move. | C++ | Do not distribute | No | Yes | axus | Last updated May 2011 |
mcclient | Work in progress SMP client | python with C extension | GPLv3 | No | Yes | ThibG | Last updated Jul 2011 |
minecraft-opengl | Draw the map, move around, break stuff, gather stuff, etc.; doesn't appear to have networking | C++ with OpenGL | proprietary software / Freeware | No | Yes | Rohan Bansal, Dmitry Drutskoy, Ajay Roopakalu, Sarah Tang | Last updated Jun 2011 |
Minecraft PHP Client | Uses PHP to connect to servers. Can connect to premium servers also. Maybe useful for bots. It can move and do other things. Spanish Website | PHP | LGPL | Yes, but only linux | No | shoghicp | Active. Works from b1.6 to 1.2.5 |
Mineflayer | JavaScript bot framework. See Mineflayer for more details. | C++ with Qt | MIT | Yes | Yes | Superjoe, thejoshwolfe | Last updated Nov 2011 |
Sharpcraft (Fork) | Work in progress SMP (might add SSP) client. | C# | GPLv3 | Yes | Yes, using XNA | Vijfhoek and F16Gaming | Active |
Vb Minebot | Work in progress standalone bot | VB.NET, w/Ruby | GPL | No | No | Umby24 | Active |