Showing 39 open source projects for "simple tetris"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    tetris

    tetris

    A terminal interface for Tetris

    A terminal interface for Tetris. Installation on MacOS and Linux is outlined below. Windows support is questionable, but you can try to install from source. The default game is run by simply executing the tetris command. If the unicode characters look a bit wonky in your terminal, you can also run. People seem to have varying levels of success with the linux binary. Please note that it is compiled dynamically and hence should not be expected to work on most distros. This code is built on top...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    rust_cmd_lib

    rust_cmd_lib

    Common rust command-line macros and utilities

    rust_cmd_lib is a Rust library designed to make it easier to write shell-script–style tasks in Rust, blending the power and safety of Rust with the expressiveness of shell pipelines. It provides macros and utilities that let you spawn external processes, redirect input/output, and pipe commands together, all without invoking a shell. You can write something like run_cmd!(ls -l | grep foo > out.txt) in a more declarative style, rather than manually wiring up file descriptors, handles, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    nuBASIC

    nuBASIC

    BASIC language interpreter (multiplatform)

    nuBASIC is an implementation of an interpreter of the BASIC programming language and IDE. It has been designed mainly for educational purposes and it is suitable for simple games, educational or small business programs.
    Leader badge
    Downloads: 11 This Week
    Last Update:
    See Project
  • 4
    MegaTetrisVV

    MegaTetrisVV

    Simple tetris game

    Tetris is an old game, but you can play it by installing it here. But this tetris is not simple, it's a Christmas version. Game engine: MonoGame; Plarforms: x86 or x64 Windows(7 and later), Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 5
    xtetris

    xtetris

    XTetris

    Just a simple tetris game
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Simple Tetris

    Tetris Game.

    Writen for fun. Lazarus or Delphi. For compile need ZenGL and MondoZenGL. http://www.zengl.org
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    illustrative_progs

    illustrative_progs

    collection of illustrative programs:small games, simulators: C, Matlab

    a collection of small and medium-sized simulation programs that I made explicitely for dydactic and/or documentation purposes. Browse the files, don't click on widnload because there are multiple zips!! All are related to rigidbody dynamics used to make vehicle simulators in the simplest way. Other types of programs may figure too: Snake or Tetris in C for showing the C programming style opted for the other, more specific programs. Possibly this is a link for supplying material to some...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Pythontetris

    Just a simple tetris on python with tkinter

    Simple tetris on python with tkinter. There is nothing special here ;)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    PimSched

    An application for scheduling vocabulary using the Pimsleur approach

    Using PimSched, you can study vocabulary the easy way: while doing something else(e.g. playing a simple game like tetris, or while walking or biking). PimSched has espeak/mbrola read out words from a wordlist(vocabulary/translation seperated by '='), and then schedules the words according to the Pimsleur approach(5 seconds, 25 seconds, 2 minutes, 10 minutes). The output is a .mp3 file with everything you need to study. You can find a sample PimSched lesson here: https://sourceforge.net/projects/pimsched/files/sample.mp3/download
    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
  • 10
    AVED NYANTRIS

    AVED NYANTRIS

    Very simple remake of tetris

    Remake of tetris with a larger scenary
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    qbos

    really simple tetris

    made just for fun
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Retroplay is a collection of simple retro games remake with graphics and sounds all written in C and SDL. Look for Pong, breakout and tetris clones!!!
    Downloads: 8 This Week
    Last Update:
    See Project
  • 13
    SDL Tetris
    Simple clone of tetris written in C and SDL library. Runs on Unix-like and Windows systems. Tested on NetBSD, Ubuntu Linux and Windows XP. MIT license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Is simple a Tetris game with network capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Yet Another Simple Tetris. Was develeped for fun and testing some features. Of course, it's free to use and open for critics. It uses wxWidgets and boost, so it can be cross-platform
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Simple 3D cross-platform tetris game. Using SDL and OpenGL libraries
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Two simple programs for kids learning the music notation. A TETRIS-like game with random notes scrolling on the screen, and NUTKUS - an animated orc controlled by your piano. A MIDI device (piano or keyboard) must be connected via a MIDI->USB cable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    In this game you can play several classic fun, simple arcade games (similar to snake, tron, tetris, rampart, thrust, pong, bomberman). In the multiplayer mode, each of the players can play a different game, which may lead to funny interactions.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Tiny_Tetris_SDL is a tiny and simple tetris coding in C and SDL/SDL_image/SDL_ttf libraries and without sound.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MegaBlock is a Tetris clone for J2ME devices. It aims to be a simple and honest reproduction of the addictive classic. It will run most modern mobile phones with java and a good sized screen.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Torus is a simple and easy game. The object of Torus is to clear falling toruses by aligning toruses with the same color on one of several protruding pipes (the game concept is similar to Tetris(R)). This game is inspired by Torus for DOS(R).
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    This project is for developing a simple tetris using DirectX 9.0c. This tetris has the distinctive feature, compared to other tetris, that both the fade-out of full-lines and coming out of new controlled block goes in parallel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A simple Tetris-like 3D game using Java and JOGL. This project was started as a school project at the Carl-Zeiss-Gymnasium in Jena (Germany).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Etris is a simple tetris clone written in C using the Enlightenment Foundation Library (EFL). Thus it will be themeable by Edje and integrate nicely with the Enlightenment E17 window manager.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    TKlone, short for Tetris Klone, is a simple DOS-based game, with more features coming in the future. TKlone version 2.0 uses DirectX and Windows programming for a better experience.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB