Showing 28 open source projects for "fairly"

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
  • 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
  • 1
    Iris

    Iris

    A modern shaders mod for Minecraft compatible with existing OptiFine

    Iris was created to fill a void that I saw in the Minecraft customization and graphical enhancement community: the lack of an open-source shaders mod that would let me load my favorite shader packs on modern versions of the game, while retaining performance and compatibility with modpacks. OptiFine, the current dominant mod for loading shader packs, has restrictive licensing that firmly stands in the way of any sort of tinkering, and is fairly notorious for having compatibility issues with the mods that I like. It's also mutually incompatible with Sodium, the best rendering optimization mod in existence by a large margin. ShadersMod was never updated past 1.12, and it lacks support for many of the many modern popular shaderpacks. So I created Iris, to try and solve these issues, and also address many other longstanding issues with shader packs. ...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 2
    Reliquarium

    Reliquarium

    3D slider puzzles for kids; helps teach solid geometry

    Reliquarium is a very unique set of 3-Dimensional slider puzzles with a Crystal Skull theme. A totally new category of puzzle that would be impossible to build or manipulate in physical form. They can help improve 3D visualization and problem solving skills. Suitable for children preparing for math or geometry, as well as adults. Works on laptops or PCs or Macs running Windows, OSX, or Linux.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 3
    ggez

    ggez

    Rust library to create a Good Game Easily

    ...This means it contains basic and portable 2D drawing, sound, resource loading, and event handling, but finer details and performance characteristics may be different than LÖVE. ggez is not meant to be everything to everyone, but rather a good base upon which to build. Thus it takes a fairly batteries-included approach without needing a million additions and plugins for everything imaginable, but also does not dictate higher-level functionality such as physics engine or entity component system. Instead, the goal is to allow you to use whichever libraries you want to provide these functions or build your own libraries atop ggez.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Frank Engine

    Frank Engine

    A 2D game engine and level editor

    ...Everything necessary to create a fully featured game is included: physics (Box2D), rendering (DirectX), level editor, dynamic lighting, particle system, sound, music (Ogg Vorbis), gamepad input, GUI, and debug console. The code is fairly well documented and includes simple starter projects build on.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL Databases Icon
    99.99% Uptime for MySQL and PostgreSQL Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Start Free
  • 5
    ...There are several player classes available, Knight, Mage, Crusader, Necromancer, Rogue, and Cleric. The main playerbase focuses on PVP but the game is also very well setup for PvE action. Odyssey is a fairly basic hack and slash ORPG (Online Role Playing Game). It is designed to run on lower end computers, some as slow as 66mhz. Instead of focusing highly on visual, and aural elements, Odyssey tends to focus on gameplay value, and replayability. "The Odyssey Engine" is the sole inspiration for many other games such as the original "Mirage Online", which ultimately transformed the ease of Online RPG creation with the Playerworlds program. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6
    TreasureBox

    TreasureBox

    Organizes and searches user-defined items and images in a MySQL DB.

    ...By providing a zoom and rotate features I was able to browse my books or CDs on my shelves anywhere in the house. The more I used the program the more features I wanted to add. The program is fairly generic and can be used for a variety of collections within a tree structure. Digital images are easy to take and cost very little to store. Treasure Box can help you organize your treasures and help you find them when you need them.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    tute

    tute

    Play Tute playing card game

    Tute is one of the most popular Spanish deck card games. It is now available here totally free with source code available for the community. Learn the basics from Ludoteka [http://www.ludoteka.com/tute.html] or Wikipedia [https://www.wikipedia.org/wiki/Tute]
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    Of Mages and Magic

    A Simple RPG fighting game for teaching Python

    ...These mages can be organised into teams which fight each other until only one team remains. The game is currently in early alpha, meaning some aspects of the interface are a bit clunky. However, in its current iteration, it is fairly suitable for teaching. Any and all feedback would be greatly appreciated
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    WinFellow is a high performance Amiga Emulator primarily targeted for Windows. It's distinguished API and core does however allow a fairly easy port to other OS.
    Downloads: 4 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 10

    jenga

    Simple and low-consumption Java 2D Game Engine

    Jenga stands for "Java Engine for Games" and is a very simple to use 2D game engine. It was especially designed for beginners and kids which e.g. don't need to be familiar with event-driven programming techniques. On the other hand it is fairly optimized for low CPU consumption to make the games run even on poorly equipped machines like a Raspberry PI.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 11
    RuzzleSolver

    RuzzleSolver

    Takes in a ruzzle input and solves it

    ...Runs a DFS on the Ruzzle grid and at each instance checks if the word formed is a valid one. 2. Since the size of a grid is just 4 x 4, optimizations (such as using a suffix tree) aren't that important. 3. The total list of possible words is obtained fairly quickly. Less than 10 seconds on an i7 machine (without using any form of parallelization or multithreading). 4. The TWL06 wordlist, same as the one used by Ruzzle, is used as the dictionary. 5. The automated swiping is done by controlling the mouse pointer and getting it to move around automatically. Select the right co ordinates of the tiles on the screen and let it rip !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    NomCraft

    A bukkit plugin

    An extensive Minecraft server mod written for Bukkit. It is fairly old, originating from Sheograth's API, then transitioning into Bukkit, so it encompasses dozens of random features that I have added over time. In all, it has the functionality of probably about 5-10 separate mods, but is still not enough for most people to use independent of all other mods. Maybe eventually... Large features: -Complete multi-world support with a variety of world types -IRC functionality -PM system Then lots of other random small things such as warps, guilds, real-time map rendering etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CTruck3D _Open

    CTruck3D _Open

    realistic truck & car simulator, with OpenGL graphics

    update: https://sourceforge.net/projects/newctruck3drally/ It's a 3D, physically realistic truck/car simulator, oriented to dirt tracks. This is subsancially kept as hystorical. The environment is a hilly terrain which can also be user-defined in the form of a Bitmap image file (where intensity of red component defines height). It's similar to the classic "Terep 2". Particular care for internal cam. Written in standard C. There's a Windows executable ready for use, but it's compilable...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14

    Force4Magix (Multiplayer 3D Game)

    A multiplayer First-Person-Shooter game built in Java 3D

    ...Once a player is killed he is logged out and then may reenter. At the end a scorecard showing the number of logins and the number of kills of all players of the current session is displayed at each terminal. I have used fairly basic models, animations and a simple map.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    GameOfLife-sfml

    GameOfLife-sfml

    Game of life sim using SFML

    An implementation of Conway's Game of Life http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life in C++ using SFML http://www.sfml-dev.org/ for the simulation and Win32 for the interface. It is a fairly basic implementation, preset pattern choices is pretty limited and there is no speed setting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A clone of the board game Alhambra. Players use their resources to try to build the best village. A fun game with fairly simple rules for 2 to 6 players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ...Bruce "hired" me onto the Sundog Resurrection Team back in 2002 and through the years we soldiered on between periods of dormancy and turnover but always keeping the momentum forwards. The Beta version is far more advanced than the Alpha version we released three years ago, and is a fairly polished game that meet's Bruce Webster's goal of recreating the original Sundog and adding additional features and creating a pocket galaxy with convincing verisimilitude. So, head over to our website and catch up on the latest news. We expect the Beta to be released by the end of March, so don't delay!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Rolling thousands of dice takes time, but for a program it'll just take nanoseconds. With this tool, a fairly accurate estimation of outcome percentages can be found. This unofficial program is used specifically for World of Warcraft Miniatures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This began as a remake of the 1985 Durrell classic 'Harrier Attack' but has since grown into a tribute with different and varied gameplay. The project set-out to prove that Java (1.6) could be used out-of-the-box to write a fairly complicated 2D ga
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This project is an Anti-Stack 4 game written in TASM assembly using freelib. Fairly well commented code. Please improve this game and fix bugs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    You play a ninja in a dungeon, exploring the many passages and fighting many fearsome monsters. Built to have the feel of a text adventure but with full graphics and a ninja-style look, NinjaQuestX is fairly simple, yet challenging and fun to play.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Should have been a 3D real-time crossplatform game. Is a fairly optimized CLOD terrain renderer with quality parameter, written in vanilla C, sized only 30K.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A fairly simple BlackJack game written in VB.net 2003 so far only tested on Windows XP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The purpose of the Mortified project is to build a platform game inspired by the classic C64 games, especially Black Magic. The game will use a fairly realistic 2D physics model, which perhaps is a contradiction in terms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Faile is a free chess program which plays a fairly strong game of chess (Expert strength or better). One of the main goals of Faile is to provide a full featured chess program with source code which is tidy, well documented, and easy to understand.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next