Search Results for "linux game iso" - Page 25

Showing 2358 open source projects for "linux game iso"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 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
  • 1
    Bagchal

    Bagchal

    Game(similar to chess)

    A simple game originated from Nepal where two users or single user can play the game. There is two key component in the game i.e tiger and goat. Goat needs to trap the tiger in-order to win the game. And if tiger is able to eat 4 goats tiger wins the game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Tic Tac Toe - in its basic way

    Tic Tac Toe - in its basic way

    This program is a basic way of the "oldschool"-game Tic Tac Toe

    This program is a basic interpretation of the "oldschool"-game Tic Tac Toe. If you want to play, you have to download the JRE (Java Runtime Engine) which you can get from http://java.com/download . In most cases its installed already. This software uses the SuM-Libraries which are in the installation package. You could get them from http://www.mg-werl.de/sum/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    SpeedRacer

    SpeedRacer

    Java2D Car Racing Game

    Game initially developed for Object Oriented Programming exam (CES-22) at ITA (Instituto Tecnológico de Aeronáutica - Brazil). Group: Fabio Dias Victor Montalvão William Pinho Video: http://www.youtube.com/watch?v=4glvmb_IfFI&feature=plcp
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Pig2D Game Engine

    Pig2D is a game engine for Java that uses a sprite-based interface.

    Pig2D is a game engine that uses a simple sprite-based interface that was made for users of the Scratch language (http://scratch.mit.edu) for translating to "Real" programming languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5

    Number Game

    A simple game about numbers

    Simply remove all numbers by removing equal numbers or numbers that sum up to 10
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    RE:SDK

    RE:SDK

    SDK for Resident Evil Games

    SDK for Resident Evil Games, this SDK will feature a multitude of applications. Our goal is for the user to be able to do a multitude of tasks across the original resident evil trilogy. Everything from editing room boundaries to event scripting and even 3d modelling.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Swarm Wars

    Swarm Wars

    Safety in numbers.

    REPOSITORY MOVED TO GITHUB: https://github.com/happyjack27/SwarmWars video sample: http://youtu.be/s5mLNbdBQGY A game where you evolve & compete AI swarms. The organisms use swarm intelligence & ant colony optimization. The organisms can communicate through 3-color signaling as well as by laying beacons. They can attack and repair other organisms. They can select mates, and they can gather and distribute food and material. This behavior is controlled by a genetically evolved...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Java software graphic library providing a simple 3D real-time render system, a skeletal animation system, a files loading system (OBJ and Milkshape3D ASCII), a collision management system and a real-time game management system. Available for Java 1.5 and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    Ping Pong Evolution

    Ping pong recreation with new features. DISCONTINUED

    This is a recreation of the most epic game, Ping Pong. It's now in early alpha. Features: - Power-ups! - Multiplayer on same computer! - Singleplayer versus a bot! (Simple but kinda hard for new players ;D) - More to come! DISCONTINUED FOR UNORIGINALITY AND INTEREST TO CONTINUE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • 10
    RPGTable

    RPGTable

    A Java-based Virtual RPG table utilizing JavaFX2.0 as the UI

    The aim of this project is to create a java based virtual game table for a pen and paper RPG. This project was originally created as an Undergraduate capstone project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    db4o-sp

    Spatial extension for db4o.

    Master's Project: Object Database Spatial Extension. API based on SQL/MM Spatial. Full technical report is available in download section.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The SCND Genesis: Legends

    The SCND Genesis: Legends

    The SCND Genesis: Legends

    The SCND Genesis: Legends is a fighting game based on the web comic The SCND Genesis. The battle system is a hybrid of turn based RPG's and conventional 2D Fighters
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    GlobalTester

    GlobalTester

    Test platform for all kinds of smart cards

    GlobalTester helps you to test all kind of smart cards and chip cards. GlobalTester is a plug-in for the popular Eclipse platform and allows the execution of test scripts structured with XML and defined using JavaScript. The platform is developed to test the conformity of machine readable travel documents (MRTD) - aka ePassports - and the protocols used on these chips. The free available version of GlobalTester supports Basic Access Control (BAC) and Secure Messaging (SM) as specified by...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14

    Steve's Tetris

    A Tetris clone Implemented in Java

    I've noticed that there are a lot of really mediocre Tetris clones on the Internet, most of which only make it halfway there. That is, most Tetris clones seem to forget things like the Hold Queue, the ghost, hard drop, and especially the more subtle things like the delay between the piece reaching the bottom and the piece actually locking into the Tetris matrix. This program was an attempt to write one single Tetris clone that includes all of those things, as well as added features like...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    monoMIG
    Ever wanted to use a Wii Remote, pheraps a Multitouch surface or the Microsoft Kinect to control your application/game even if web based? If so, then MonoMIG (Multi Input Gateway) is what you are looking for!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    DNS Launcher 2

    DNS Launcher is a improved installer/launcher for the DNS TechPack

    DNS Launcher is a improved installer/manager for the DNS TechPack for minecraft, it gives you the ability to customize and install the modpack quickly and easily for you, giving you complete control of what you do and don't install.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Minesweeper for Java
    This is a Minesweeper clone written in Java. It's my first game and I had a lot of fun to build it. If you enjoy it, please add a review :-)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Minecraft Server Configuration Tool

    A tool for configure the server.properties file of a minecraft server.

    This is a little tool than I'm doing to learn Java. Right now it's available in Spanish and English. Note: A 1.3.1 compatible version coming soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Atomic3D

    Atomic3D

    Java3D Scene Creator

    Atomic is a free and open source 3D Scene Creator and Editor. Code Contributions are welcome. Written in Java, Java3D. Currently very much in Beta.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    Is a simple, Java made, snake game which supports full-screen mode and windowed and it let's you choose if your snake will be a "WIndows" or "Apple Mac" snake. It's fun.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    jAMOS

    jAMOS

    AMOS BASIC reimplementation in Java

    jAMOS is a cross platform, Java-based reimplementation of François Lionet's AMOS BASIC on the Amiga.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Game that we are creating for general fun.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    LetsPlay Bukkit plugin

    LetsPlay is a bukkit plugin.

    This plugin is designed for the minecraft community LetsPlay.nu. It contains several gamemodes like "Hunger Games", "Capture the Block" and "Diggy Diggy".
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Java Snake Battle

    Variant of the classic Snake game written in Java

    A variant of the classic game Snake, but with the addition of an autonomous enemy snake.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    iTron

    iTron

    A 2D kTron clone for Windows etc. Ein 2D kTron Klon für Windows etc.

    ...Also check out kTron for Linux: http://www.kde.org/applications/games/ktron iTron has been tested on WinXP, Vista and Windows 7. If you're happy with iTron, please give me feedback and let me know if something isn't working. Contact: l_sch@web.de
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB