Showing 78 open source projects for "text based"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1

    Warlock Front End

    Warlock is a front end for Simutronics text-based games.

    The Warlock Front End is written to allow Simutronics games to be played in Linux, Mac OS, and Windows. The primary focus at this time is on Dragonrealms, but other Simultronics games work to varying degrees.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ARTT

    ARTT

    Tintin++ scirpts for MUD (mmorpg)

    www.abandonedrealms.com http://tintin.sourceforge.net/ Enjoy MMORPG in it's purest form, a shared text based adventure like the one everquest was fashioned after. www.abandonedrealms.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    MUD Map

    MUD Map

    A mapping tool for text-based games like text adventures, MUDs, etc.

    MUD Map helps users of MUDs, MUSHs, text adventures and similar games at creating maps of the virtual worlds and to keep an overview over places, paths, dangerous areas,... This repository contains the code and binaries of MUD Map v1 (deprecated!) as well as the Java binaries (jar) of MUD Map v2. More information about MUD Map v2 can be found on GitHub: https://github.com/Neop/mudmap2
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    A text-based MUD client originally derived from Anton Rang's TinyTalk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    KBtin is a MUD/MUSH/MOO/telnet client, a heavily extended clone of tintin++. It is not limited to games however, as it can be used to run any line-based program. It uses full screen text mode, with portability preferred over graphical looks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Java Games and Graphics is meant to be a fun project. The goal here is to have fun with JAVA graphics and JAVA games. There is no specific goal as to what kind of graphics or games.This project features an RPG Role Playing, MUD, and Turn Based Combat gam
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ThudNG2

    ThudNG2

    Updated client for Battletech MUX game servers

    This is a nice GUI client for the Battletech MUX. It works on most platforms as it is written in Java. Makes combat much more enjoyable than plain text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Anatolia MUD is a Multi-User Dungeon game based on Diku MUD. Anatolia is another name for Asia-Minor: where Asia and Europe intersect. Anatolia MUD is a text based multi-user game. For further details please visit: http://anatoliamud.sf.net
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    TinyMUSH

    TinyMUSH

    This project has move to GitHub (https://github.com/TinyMUSH/)

    --- THIS PROJECT HAS MOVE TO GITHUB --- https://github.com/TinyMUSH/ TinyMUSH 3 is a stable, feature-rich descendant of the TinyMUD server, and thus supports multi-user communication in a text-based "virtual world" format, via TCP/IP. The end result looks much like text adventures games of the mid-1980s.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10
    Azmyth

    Azmyth

    Azmyth Game Framework

    Azmyth is intended to be a generic game framework used to create flexible RPG style games. Goals are to include base class library that will work for text, 2D and potentially 3D games using procedural content generation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Caltha is project for creating text based RPG.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    CoffeeMud For AI

    CoffeeMudForAI is plaform to design AI in

    CoffeeMudForAI is part of the Mud AI platform project. A MUD(multi user dungeon) is text base environment. Think World of Warcraft(or any other massively multiplayer online game) but text based. AI or artificial intelligence is the field that is interested in the creation of non-organic intelligence. Mud AI platform goals 1. To provide a platform for AI research that has robotic-like sensory limitations but doesn't actually require robotics. 2.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    zopoclient

    Scriptable GTK based Python MUD Client

    This is a scriptable mud client implemented in Python. Its only third party library is PyGTK. It is thus platform independent and provides a good looking interface in any system. Also, multiview scrolling is provided. Implemented features are triggers, macros and timers. Triggers and macros recognize patterns in the regular ways plus in an AL compatible mode. Actions can be defined by users as directly commands. Alternatively, in script mode, the action text is interpreted as Python...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Tower of the Gods

    Tower of the Gods

    A RPG Text-Based Command Prompt Game by Takaya Sato

    You have challenged the gods, and they are waiting for you in the tower... This is a text-based game played in MS-DOS (yes, you'll need a Windows OS) where you must go up the tower of gods to fight them and fight enemies along the way. Similar to 80's game Rogue (familiar?) Created and updated by Takaya Sato SourceForge Page managed by Donovan Roudabush Version 1.9 (c)2012 Gryphon Computer, Inc. All Rights Reserved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    FreeMUD

    A free Python 3 text-based MUD game server

    FreeMUD is a free text-based MUD game server designed from the ground up using Python 3. A minimum of Python 3.3 is required to run this program due to its use of the new python socket method "detach()" and bugfixes to the detach() method that were implemented as of Python version 3.3. Note: The project is currently in a semi-barebones, alpha-ish state.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Free Speech Just Pay Shipping

    Free Speech Just Pay Shipping

    3d peer to peer chatroom where associated pairs of text gravitate

    A 3d chatroom where the things people write gravitate toward eachother based on total strength of associations between those short texts. Strength is a competition of who spends the most computing time trying to associate the texts, similar to Bitcoin's "proof of work" system. While there is unlimited space in the system overall, the space around any specific text is limited by 3d space, which drives competition for what people want that text to be associated with. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Lame MUD

    Lame MUD

    A lame multi-user dungeon engine.

    Lame MUD is planned to be an engine for virtual text based worlds (as opposed to the seizure inducing modern ARPG/MMORPG titles). Currently, it's still in pre-alpha. The sources available for download are not even remotely resembling anything like a MUD. There is a network layer established and the server acts as a one room chat server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Python AI mud is a Multi-User Dungeon written in Python, designed to give some artificial intelligence to the mud client. Multi-User Dungeons (MUD) are textual fantasy games, where a player is in a virtual world, which is only described with text.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    JTrek is a real time space combat simulator. Controlled via a keyboard through a telnet interface, you can choose from a variety of ships to battle it out for gold in a text based 3d environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A prototype for a text-based adventure game engine in C#.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    zell
    A text-based game - single player RPG (similar to MUD). It is in early stage - under developing (NOT playable). For now, it works only on Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    The Mud Designer gives developers a quick and simple approach to generating text based game content and an easier way to manage their MUD games. It is being developed from the ground up in C# 2008 using .NET 3.5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A text based multi player game for Dr. Math on MXit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A telnet/scripting client for the text based game MajorMUD written in Java.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    The Legend MUD engine is intended to be an open-source, modular engine for text-based multiplayer games. Rather than be tied to one theme or codebase, it is intended to be modular and easily changed to suit individual needs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB