Search Results for "snake game java" - Page 28

Showing 2340 open source projects for "snake game java"

View related business solutions
  • Veeam Data Platform v13.1 - Get Your Free Trial Icon
    Veeam Data Platform v13.1 - Get Your Free Trial

    Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try it Free
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Start Free
  • 1

    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: 0 This Week
    Last Update:
    See Project
  • 2

    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
  • 3
    BETA Xbox (360) Windows : 64x and 34x; Rage Lost World is a 3rd person/1st person/ 2nd person shooter games; idea coming off of gta and doom 3; Game Engines being use Extreme/Killer/Doom 3/GTA san andreas; This game takes place in the year of 12/20/12, you are just coming back from a biz trip till you meet death himself face to face; XNA 4.0/Direct x 9 c/ 10 / 11/ Java importers version 2.0, 3.0; C++/ A++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    JGine demo

    Java OpenGL game engine demo.

    An demo of a multi platform Java OpenGL game engine, featuring a lot of features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cut Data Warehouse Costs by 54% Icon
    Cut Data Warehouse Costs by 54%

    Easily migrate from Snowflake, Redshift, or Databricks with free tools.

    BigQuery delivers 54% lower TCO with exabyte scale and flexible pricing. Free migration tools handle the SQL translation automatically.
    Start Free
  • 5
    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
  • 6
    CubeRunner

    CubeRunner

    A simple fun game modeled after the original with some slight changes.

    A simple fun game modeled after CubeRunner with some slight changes to improve. The 3-Dimensional rendering is done by scratch in Java using my own 3D Library. Fly down the randomized gauntlet of cubes dodging left and right as it grows ever faster. How long can you survive?
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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: 0 This Week
    Last Update:
    See Project
  • 8
    Game that we are creating for general fun.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Start Free
  • 10

    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
  • 11
    MEMAPPER

    MEMAPPER

    Map making software for MERPG-game

    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Paddle Storm

    A ball-and-paddle style game

    A new ball-and-paddle style game, with a spellcasting system, arbitrary angles, and achievements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    NaruGo is game AI project. Current targets are GO board game and Texas Holdem poker. It investigates Genetic programming to build game AI logic. Also EA/GP simulations for TSP, Graph layout and Prisoners Dilemma problem.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    JavaZatacka

    Zatacka or "Achtung, die Kurve" written in Java

    As a homework we had to develop a game to implement in Java. We choose Zatacka and the results of our homework will soon be online. So, the actual version doesn't even work (no collision detection). If anybody wants to advance or document it (there are lots of things to advance like properties, network functionality, etc.) feel free to do this.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    a single player tic-tac-toe game. CHECK OUT AND SUPPORT MY LATEST ANDROID PROJECTS IN HERE: https://play.google.com/store/apps/developer?id=Deepak+PK
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Java Intelligent Pacman

    An intelligent Pacman game written in Java.

    An intelligent Pacman game written in Java. The original goals of the project is to demonstrate smooth animations and how randomness contributes to the intelligent movements of the ghosts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Flesh Snatcher is a Java FPS game with a survival/horror ambiance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    bitSnake

    A simple snake game written in python with pygame.

    A simple snake game written in python with pygame. The code is a little messy at the moment.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    Connect 4 AI

    a connect 4 game with a smart AI

    Connect-4 is a very simple game to learn. It is played on a 8 X 8 board (actually should be 7 x 6 but in this project we changed it to 8 X 8) and, the goal is to get four consecutive cells either horizontally, vertically or diagonally. The first player to get four consecutive cells wins. It has been proven that there is an optimal strategy for this game i.e. In this project, we worked on implementing a player that uses a minimax with alpha-beta pruning and a heuristic model using Java and Swing. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Minecraft X-Ray is a program whose primary purpose is to aid in finding valuable ores and resources inside a Minecraft world. This branch is based on code written by plusminus from the Minecraft forums.
    Leader badge
    Downloads: 750 This Week
    Last Update:
    See Project
  • 23

    ChessBoardForPC

    Just aims to be a chess board (free to make your moves).

    This project just aims to be a simple chess board. You can do whatever you want with pieces (even make a piece eat a king if you want !!!) : the purpose is just to provide a "magnetic" chess board on computer. But all moves are verified. Also with some facilities : history manager, so that you can go back and rewrite the game history !!!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Flash Test

    Flash Test

    A fun reflex game for the PC written in Java

    Each player has a designated button which he will press under certain circumstances. Depending on the minigame, the rules will differ.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    EVOlution RTS - Continued version

    Continued version of EVOlution RTS,

    The original EVOlution RTS seems to be not active (https://sourceforge.net/projects/evolution-rts/?source=directory, last updated on 30th of December, 2010). Thus, this project is to continue the goal of the original EVOlution RTS - To create a game incorporating cells. Since I am an unexperienced Java developer, I need someone to help me out. This is the first major project, and I do require a person to help me out. If you are interested, please email me at weien_1999@hotmail.com or my sourceforge email. I have included a TODO file, copied from the original project, but with added stuff to increase the complexity and fun in this game. ...
    Downloads: 0 This Week
    Last Update:
    See Project