Showing 74 open source projects for "simple basic"

View related business solutions
  • Run Any Workload on Compute Engine VMs Icon
    Run Any Workload on Compute Engine VMs

    From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.

    Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
    Try Compute Engine
  • $300 in Free Credit for Your Google Cloud Projects Icon
    $300 in Free Credit for Your Google Cloud Projects

    Build, test, and explore on Google Cloud with $300 in free credit. No hidden charges. No surprise bills.

    Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 1
    Basic Computer Games

    Basic Computer Games

    An updated version of the classic "Basic Computer Games" book

    Basic Computer Games is a modern revitalization of the classic “Basic Computer Games” book’s collection of games, ported and expanded into various modern, memory-safe and scripting languages. It includes illustrative code examples of many classic games (e.g. Blackjack, Bowling) in multiple languages, with the goal of making the historical games accessible and educational in safe modern environments.
    Downloads: 14 This Week
    Last Update:
    See Project
  • 2
    Tower Building Game

    Tower Building Game

    HTML5 Canvas Tower Building Game

    Tower Building Game is a small game project — likely implementing a classic “tower defense” or “tower-based” game — designed to showcase game-development fundamentals such as rendering, game logic, user interaction, and possibly simple physics or animations. As an open-source repository, tower_game aims not only to deliver a playable game, but also to serve as a learning resource or template: developers can inspect its code, understand how game loops, input handling, asset management, and...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 3
    raylib-go

    raylib-go

    Go bindings for raylib, a simple and easy-to-use library

    raylib-go is a Go (Golang) binding/wrapper around raylib, the light-weight C library for video game and multimedia programming. It allows Go developers to build 2D (and some simple 3D) games, graphical applications, or multimedia tools using a familiar and simple API, while leveraging Go’s language ergonomics, concurrency model, and ecosystem. With raylib-go, developers can draw graphics, handle input, play sound, manage textures, and manage game loops directly in Go — without needing to...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    EnTT

    EnTT

    A fast and reliable entity component system (ECS) and much more

    EnTT is a header-only, tiny and easy to use library for game programming and much more written in modern C++. Among others, it's used in Minecraft by Mojang, the ArcGIS Runtime SDKs by Esri and the amazing Ragdoll. The entity-component-system (also known as ECS) is an architectural pattern used mostly in game development. This project started off as a pure entity-component system. Over time the codebase has grown as more and more classes and functionalities were added. Statically generated...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Deploy Apps in Seconds with Cloud Run Icon
    Deploy Apps in Seconds with Cloud Run

    Host and run your applications without the need to manage infrastructure. Scales up from and down to zero automatically.

    Cloud Run is the fastest way to deploy containerized apps. Push your code in Go, Python, Node.js, Java, or any language and Cloud Run builds and deploys it automatically. Get fast autoscaling, pay only when your code runs, and skip the infrastructure headaches. Two million requests free per month. And new customers get $300 in free credit.
    Try Cloud Run Free
  • 5
    macroquad

    macroquad

    Cross-platform game engine in Rust

    ...Compilation is relatively fast with minimal dependencies, so small projects or prototypes can spin up quickly. Because it’s “batteries included” for common tasks (rendering, drawing shapes, text, basic UI, game loop), Macroquad works well for rapid prototyping.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Delta Executor For PC

    Delta Executor For PC

    Use the Delta Executor APK with Roblox on a Windows PC.

    This project allows the Delta Executor APK to be compatible with Roblox running natively on a Windows PC. Delta Executor For PC emulates the necessary environment to run the APK and integrates it with the Roblox process running on your Windows machine. If the Delta Executor APK is not found, the project will automatically download it. The "DeltaExecutorVector.svg" file is just the logo in vector format. How to run 1. It's good practice to always first read the source code. 2. Click...
    Leader badge
    Downloads: 28,360 This Week
    Last Update:
    See Project
  • 7
    flare-game

    flare-game

    Action RPG that's easy to mod

    Flare (Free/Libre Action Roleplaying Engine) is a simple single-player Action RPG engine. Instead of being a general engine that handles many game types, this focused engine is small and easy to mod. Included is a demo game featuring dark atmosphere and fast-paced combat. The code is GPL and the art is CC-BY-SA.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 8

    BZFlag World Map Editor

    Edit BZFlag world maps with 3D preview

    Edit BZFlag world maps with 3D preview Currently limited to basic objects; may support meshes later. Reads and parses a bzw file, displays it with 3D camera, highlights selected object, shows object definition, edits the object, creates new objects, and saves to a bzw file. Built with raylib, the Lua binding for raylib, and Fennel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    RetroGear

    RetroGear

    SDL based generic 2D game engine

    RetroGear is a generic 2D game engine, designed for the simple and fast retro games development, like those of the 80s. The project aims to create generic components for rapid development of 2D games, based on the most common practices of game programming and design known, giving in the hands of the programmer, standard components and easy to integrate with their own projects. Some of the features offered by this game engine are: A basic but pratical game states management (screen titles, pre-game, game, game over, etc ...) ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs up to 54% with BigQuery Icon
    Cut Data Warehouse Costs up to 54% with BigQuery

    Migrate from Snowflake, Databricks, or Redshift with free migration tools. Exabyte scale without the Exabyte price.

    BigQuery delivers up to 54% lower TCO than cloud alternatives. Migrate from legacy or competing warehouses using free BigQuery Migration Service with automated SQL translation. Get serverless scale with no infrastructure to manage, compressed storage, and flexible pricing—pay per query or commit for deeper discounts. New customers get $300 in free credit.
    Try BigQuery Free
  • 10

    ZAPH

    Tools and Z80 engine for creating adventure games. (RUST)

    This is an exercise in some advance programming topics using a text adventure as the central result. This originally began as a project to recreate an old BASIC text adventure, on the ZX Spectrum, using Z80. After developing a very simple byte code VM to handle the game interactions, I realised that there was an opportunity to use some more advance techniques, which in turn can lead to some PC based tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    cepecd.br - A CP400 (TRS 80 CoCo) emulator. Run games. A new, simple gaming environment
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Capa chess

    Capa chess

    Chess program

    Capa chess is a chess program. Features built-in simple engine, interface with external XBoard/WinBoard and UCI engines, basic plug-in capabilities, import/export, 2D/3D boards with customization. Java JRE 1.8 or above required.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    Sudoku spreadsheets

    Sudoku! Help to solve puzzles. Solve them for you. Generate puzzles.

    Sudoku! Spreadsheets with formulas to help you solve sudoku puzzles. - simple (but large) formulas that work in both excel and oo calc. - simple (short) formulas using 2 functions in VBA / OO Calc. Excel Addin to make playing sudoku in excel easier. - macros to mark cells, test your solution, erase the solution. - macro to help you solve the puzzle by giving hints, or even the answer. Version 1.4 of the addin can also generate puzzles for you. version 2.0 can solve and...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14
    Minecraft

    Minecraft

    Simple Minecraft-inspired program using Python and Pyglet

    Minecraft is a simple Minecraft-inspired demo written in Python using the Pyglet library for windowing, input, and OpenGL rendering. The project implements a first-person block world where you can walk around, jump, fly, and place or remove blocks using a small set of block types like brick, grass, and sand. It provides full WASD movement with mouse look and basic building controls, giving a surprisingly complete “sandbox” feel in only a small amount of Python code.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    chatbot_chung
    chatbot chung is a keywords based probabilities algorythm simple entertainment chatbot with 3D talking openGL avatars written in freebasic. Can import aiml simple question/answer or question/random/answers or single star/ multi srai data saved from "AIML_chung" open source application . Online html5 javascript version with 44 languages multilingual auto detection available on the website (source included in the zip file). SORT gentext text generation algorythm option added (desktop version) .
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    xjiggui - a jigsaw puzzle game

    xjiggui - a jigsaw puzzle game

    Graphical User Interface for xjig jigsaw puzzle game

    ...There were a few graphical interfaces for xjig evolved over past years. This project is yet another attempt. xjiggui provides graphical interface, separated into two parts: * - simple basic options, which would allow to play jigsaw puzzles even to pre-shoolers * - advanced options to control all available parameters It's recommended to check the latest xjig version with more options from http://sourceforge.net/projects/xjig. The standard repositories contain quite outdated file.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17

    Time Travel sim

    Simple animation of a journey at light speed

    A rudimentary user interface I created as basic idea to develop a 2D adventure game in which the player traveling back and forward through the space-time to avoid the alien invasion on the earth. UI needs to be completed. Totally useless fun project. But feel free to enjoy it and help grow it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Magic Solver sim

    A rudimentary 2D isometric engine

    A very simple 2D isometric-engine which was created as basic idea to develop an isometric virtual environment in which some programmed robots autonomously they move trough differents rooms to test they abilities to solving problems in the real enviroment. The engine is in the first stage and it needs to be completed. Totally useless fun project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Conway's Game of Life for Excel

    Conway's Game of Life implementation for Excel

    Yet another simple Conway's Game of Life implementation for MS Excel. Created just for fun.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SCDB 3 - Simple Comics Database

    SCDB 3 - Simple Comics Database

    A simple comic book inventory application for Linux, OS X and Windows.

    SCDB 3 is the third iteration of the Simple Comics Database. As the name implies, it is simple both in its function and how it is constructed. In function, it only stores the basic data needed to inventory a comics collection. In construction, it is built on common components to reduce complexity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TradeWars C

    TradeWars C

    A simple port of a Pascal version of TradeWars

    A "TradeWars" port of the old "TradeWars 200/QuixPlus" pascal into C. Currently targeting as many 16/32 environments as I can... Hopefully, soon multiuser!
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    Hangman

    A multilingual hangman game for DOS

    Here is a very simple game widely known as "Hangman". The computer chooses a random word from a file, and the player has to guess it. There is a possibility to add own words and/or create own vocabulary files. Many vocabulary files are shipped with the game. The program supports the following languages: english, french, german, dutch, polish and hungarian. It requires at least a 80286 processor and an EGA graphic card. Works on DOS, and any DOS-compatible operating system.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Lagrangian Dynamics NF Sims

    Lagrangian Dynamics NF Sims

    Articulated-body simulation engine written in C

    Articulated-body simulation engine written in C: based on the Lagrangian Dynamics, even if on a modified flavour of it, I deviced to make it more friendly in the context of numerical simulations. The overall simulation procedure (de facto a full 3D, an articulated-body simulaiton engine) is called: "Lagrangian Dynamics' New Flavour Simulations". It is delivered through sample-simulators relying on it. The modified falvour of the Lagrangian Dynamics here proposed is also a bit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Silver07

    Silver07

    Runescape 2007 / oldschool client with many features.

    Silver 07 - Rs 2007 client made by quho Have you been looking for an RSoldschool client which takes little space and is fast? This is the thing you seek. Silver07 is tiny, fast, simple and clear and has tons of features, such as world select, autotalker, timer, fast hiscores window and autoscreenshotsaving(can be disabled). Doesn't have keyloggers, malware or anything like that. Open source - licenced under GNU GPLv3 http://www.gnu.org/licenses/gpl.html Disclaimer: Runescape...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Paper Engine 2

    Multi-threaded 2D Renderer licensed under the Mozilla Public License

    Hyper fast multi-threaded cross platform 2D renderer with optimized loading via file cache, basic GUI elements, and beginnings of an editor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • Next
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →