Showing 94 open source projects for "ascii games"

View related business solutions
  • Cloud data warehouse to power your data-driven innovation Icon
    Cloud data warehouse to power your data-driven innovation

    BigQuery is a serverless and cost-effective enterprise data warehouse that works across clouds and scales with your data.

    BigQuery Studio provides a single, unified interface for all data practitioners of various coding skills to simplify analytics workflows from data ingestion and preparation to data exploration and visualization to ML model creation and use. It also allows you to use simple SQL to access Vertex AI foundational models directly inside BigQuery for text processing tasks, such as sentiment analysis, entity extraction, and many more without having to deal with specialized models.
  • Discover Multiview ERP: The Financial Management Revolution Icon
    Discover Multiview ERP: The Financial Management Revolution

    Reclaim precious moments with loved ones while our robust cloud accounting software streamlines your financial processes.

    Built for growing businesses and well-established enterprises alike, Multiview is a highly scalable and robust ERP.
  • 1
    BinaryCrypt

    BinaryCrypt

    Binary Conversion Calculator

    With BinaryCrypt, you can convert between regular text, binary, hexadecimal, octal decimal and decimal. You can convert only decimal (as of right now) to any base up to base 64. You can also save your converted text to a file or open a converted text file to decrypt the message, and perform basic arithmetic in binary. The git repo for the C# code is located at: https://github.com/m1r4g3/BinaryCrypt-.Net
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2

    rpg1 (perl)

    Very Beta ASCII Text RPG (in perl)

    RPG1 is a very beta but not as beta as it was before role playing game. Its graphix are provided by the perl ANSI::Color module and ASCII text. It looks best in gnome-term or the console. Highlights include: weapons, food depletion, armor, and magic. To play the game you move N S E W UP or DOWN from room to room (NOTE: it uses a top-down view orientation, ie: you're 'floating' above the room looking down). It currently only has a limited number of rooms and I would appriciate help...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Ascii-level generator for platformer games.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    MinecraftFontEditor

    Create and edit minecraft fonts for use in resource packs

    Create minecraft fonts for use in resource packs. Load in the picture minecraft uses to display its text, and edit it using MinecraftFontEditor. You can then copy it into your resource pack folder. Once you load your resource pack in minecraft, it will load your new font.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The CRM you’ll want to use every day Icon
    The CRM you’ll want to use every day

    With CRM, Sales, and Marketing Automation in one, Act! gives you everything you need for happier clients, more revenue, and less stress.

    Act! Premium is perfect for small and midsize businesses looking to market better, sell more, and create customers for life. With unparalleled flexibility and freedom of choice, Act! Premium accommodates the unique ways you do business. Whether it’s customizations to fit your specific business or industry processes or your preferences for deployment and access, the possibilities with Act! Premium are limitless.
  • 5

    CX ASCII Match

    A simple C implementation of a match-3 game for the terminal.

    ASCII Match was created for my CS 11 Machine Problem 1. It uses ASCII characters as tiles for a simple C implementation of a Match 3 game that runs on the terminal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    AnsiGL

    AnsiGL

    A modern "graphics" API for text-based applications

    Sourceforge is no longer being updated! Check out our new home instead: http://github.com/nicrohobak/AnsiGL ---------------------------------------- AnsiGL is a C++ console text "graphics" API using simply ASCII characters and ANSI escape sequences, and all without the use of any video hardware. It strives to be a simple-to-use text-graphical toolkit have with an intuitive interface for developers, while maintaining a sufficiently high degree of flexibility. Many comparable APIs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    EmuDisk

    Color Computer Emulator Virtual Disk Utility

    This utility enables users of Color Computer Emulators to manipulate Virtual Disks on a PC. It uses a Multiple Document Interface (MDI) to allow for having multiple virtual disks open at once. It also supports drag & drop between virtual disks, and windows. Formats supported are JVC, VDK, DMK, flat OS9 files, and VHD Virtual Hard Disk files, and handles RSDOS and OS9 formatted disks. This utility now also supports physical disks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Splunge is a ASCII roguelike being written in C++. It is set in a series of caves and caverns, filled with all manner of strange beasts and glorious treasure... Splunge is currently in the development phase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Fitris is a Tetris Clone made with VB.NET (framework 4.0). You can personalize blocks using custom colors and custom size. Also, you can include alphabet characters fall down in playing field. Use ascii file templates with custom number of blocks Standalone Binary. No Setup/Install needed. Game shows created lines, points and current level (1 = hardest, 10 = easy) You can change screen size, blocks size, and change/delete/add song files. You can change blocks image. Put your pet face...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sage Intacct Cloud Accounting and Financial Management Software Icon
    Sage Intacct Cloud Accounting and Financial Management Software

    Cloud accounting, payroll, and HR that grows with you

    Drive your organization forward with the right solution at the right price. AI-powered continuous accounting and ERP to support your growth now and into the future.
  • 10
    Extended ASCII Invasion
    Extended ASCII Invasion is a Windows shooting game like the famous shoot 'em up game called Space Invaders. It runs in a console window and the aliens, dragons, etc consist of the extended ASCII character set.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    ABED

    ASCII Binary Encoder Decoder

    This project enables one to not only encode/decoder binary strings, but also substitute arbitrary character values for 1 or 0 in the string.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    XCTruck3D _Truck

    XCTruck3D _Truck

    realistic truck simulator with 3D graphics done from zero

    ...' (minuscle ELL) so to drive a normal car. There's an OpenGL version too: see the CTruck3D _Open,and an ASCII-Art ver (Term_ CTruck3D). This is also a good dydactical software: code is easy to undersand,and drawing procedures and physics sim procedure are written from 0 so it's clearly understandable how a complete 3D game is done in C, starting from a blank page of any plain text editor.Only basic knowledge of C was used. VID: http://youtu.be/n_O-9EFW5zk Lagrande_Rally_3D is an evolution of this
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    lagrange_simulation_mechanics

    lagrange_simulation_mechanics

    simulations with Lagrangian method,both symbolic and by numeric deriv

    alleged to the video 'tutorial' "the Mechanics and its Simulation". Simulation with Lagrangian method, both symbolic, and by numerical derivation. All well-grouped in folders. there is also a 'review' in 3 demos of the Newtonian dynamics: mass-spring systems. most of progs are written in C, with use of SDL lib to display simple graphics and have real-time interactivity. As to programming complexity, it's very simple... this all aims at classical physics simulation in a simple but efficient...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Legend Of Thograd

    Handmade text based adventure.

    Legend Of Thograd is a free text based game made by Scottish students for fun. Please feel free to download and give us feedback and/or advice. The game is so far incomplete. When we finish the main story, we would like to translate into other main european languages - french, german, etc. so if you would like to help please email us :) If you enjoy the game please consider telling your friends about us, and help spread the word. Thanks! PLEASE REMEMBER: THIS IS VERY BUGGY!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    An ascii railroad simulator
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Sewerjacks

    Sewerjacks

    Sewerjacks is a fast paced graphical roguelike game.

    Sewerjacks is a fast paced graphical roguelike game with unique game-play and style. It is heavily inspired by Blood Bowl, a tabletop fantasy football game in the Warhammer world, giving combat and movement a unique twist in the roguelike genre. (Has retro ASCII version too!)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    term_ CTruck3D

    term_ CTruck3D

    ASCII-Art variant of the CTruck3D _Open truck/car simulator

    the ASCII-art variant of the CTruck3D car simulator series by Simon Hasur : a physically very realistic offroad driving simulator (rally ) in which one can drive in total freedom on a piece of terrain, make jumps, turn upside down and whatever ; see CTruck3D _Open and XCTruck3D _Truck for more detailes. this is a variant which displays graphics using only ASCII characters. This is quite instructive as software, expecially if taken in conjuction with the pure X Window System version: in both...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    GearHead2 is a giant robot roguelike role playing game set five years after the events of GH1. Features include random plot generation, detailed character creation, tactical/RPG modes, graphical/ASCII interfaces, and many kinds of mecha to play with.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    aa2map

    aa2map is a procedural map generator

    aa2map (ASCII art 2 map) is a procedural map generator that parses ASCII Art and heightmaps into a Quake III: Arena (id Tech 3) map file
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    ASCII Pyng Pong (Pyng because of Python) is coded in Python using Curses. At the moment, it offers an unbeatable AI only!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    CTruck2D
    CTruck 2D is a 2D, oldstyle, physically realistic 2D truck game. Predecessor of the CTruck3D vehicle simulator series. I wrote it from zero in C (+OpenGL&GLUT). It has ascii-art and nice graphics version, and a special funny version It's a very basic thing: there are free rigid bodies and springs with strong attenuation/damping. It's very simple and very short code, and collisions of bodies with ground are good and stable. A good simulation of this kind, however requires Lagrangian...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    JnuxBand, a portable Angband for x86. JnuxBand is a simple Linux bootdisk, based on Busybox and uClibc that contains everything you need to play the game Angband, an ASCII roguelike dungeon exploration game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A simple rougelike game using ascii graphics made in C++
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    Transient
    A customizable ASCII game-engine aimed at story-based Roguelikes, RPG-hybrids and Gamebooks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Just a small application for converting ASCII text into binary knitting instructions.
    Downloads: 0 This Week
    Last Update:
    See Project