Search Results for "python games code" - Page 12

Showing 1066 open source projects for "python games code"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1

    evilrpg

    plugin-based RPG manager in C++ and Qt5

    Plugin-based RPG manager written in C++11 and Qt 5. Currently focused on Pathfinder (as that's what I spend my time on), but intended to be game-agnostic for most functions. Network-centric with a user-defined central list server (with a default public list server) to find games and players or just chat/spectate. Intended to manage game assets (character sheets, effects, initiatives, automate rules, etc) with a print function so you're not bound to the application to play your game...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ArmaNpy is a set of SWIG interface files which allows for generating Python bindings to C++ code which uses the Armadillo matrix library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Input Control

    Log and Play Retro Controller Inputs

    Input Control is a project to allow users to create and play back logs of their play sessions on retro game consoles that use serial communication controllers. Only SNES is supported in the current version, but future updates can be expanded to most types of consoles. Firmware and some code originally based on jaburn's NintendoSpy project, but it has changed a lot for consistency and otherwise.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4

    Ogaboo

    Open Game Bootstrap

    This project aims to gather different open source projects as an initiative to allow people to create games in C++ more easily, in a cross-platform development environment and free. Basic requirements behind this initiative was to have a integrated development environment with 3D graphics support, sounds, videos, physics, scripting, GUI (Graphic User Interface) and inputs and all that is relevant to be used in a multi-media development process. Since cross-platform is a requirement as well...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 5
    pycrc

    pycrc

    CRC C source generator

    pycrc is an easy to use CRC (cyclic redundancy check) calculator and C source code generator. The generated source code can be optimized for simplicity, speed or space. pycrc contains a long parameter list of common CRC models. The program is self contained and does not require installation. Apart from a python installation, it does not require other libraries to be installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Qfsm

    Qfsm

    A graphical Finite State Machine (FSM) designer.

    A graphical tool for designing finite state machines and exporting them to Hardware Description Languages, such as VHDL, AHDL, Verilog, or Ragel/SMC files for C, C++, Objective-C, Java, Python, PHP, Perl, Lua code generation.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 7
    Rift

    Rift

    Powerfull & Simple Multilanguage IDE Independent Compiler & Debugger

    Rift is an free IDE Independent software to Compile, Debug, and Analyse Time Complexity for Multilanguage programs. Rift currently supports C/C++ ,Python and Ruby languages.Rift features Powerfull Compilers & interpreters and gives you the freedom to work with IDE of your choice. Rift is also supplemented with a powerful testing feature for very large input/output Files and lets you analyse the time complexity of your code. It tests the correctness of the code in accordance with the input...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    WineD3D For Windows

    WineD3D For Windows

    DirectX 1-11 to OpenGL wrapper

    ... requirements== Microsoft Windows XP or newer (x86 o x64); Windows RT is not supported OpenGL compatible video card and driver ==Limitations== WineD3D is far from perfect, and many games will not work. Also, keep in mind that sometimes you must be a bit creative to get old games to work. PCGamingWiki is a pretty good source of information. ==Source code?== There's no source code, I just downloaded Wine via git and cross-compiled the DLLs using mingw32 on Debian for x86.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    webCAMotion

    webCAMotion

    webCAMotion is a program that uses your webcam to simulate a mouse.

    webCAMotion is a program that uses your webcam to simulate a mouse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10

    Elowatha Reloaded

    This is a fork of the original Elowatha

    This is a fork of the original Elowatha project, aiming at improving and expanding it. All original source code and artwork are used under the GNU GPLv3.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    NIF File Format Library and Tools
    Attention : This project is currently being migrated, some services are no longer supported. NifTools aims to provide users with Tools to View, Edit, Create and Visualise 3D Models stored in the NetImmerse File Format. The NIF format is used by many popular games based on the NetImmerse/Gamebryo Game Engine such as Morrowind, Oblivion, Fallout 3, Fallout: New Vegas and Skyrim. We are creating a unified description of the NIF file format allowing our contributors to build tools...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Crystal Space 3D SDK
    Crystal Space is an Open Source 3D SDK for Unix, Windows, and MacOS/X. It renders with OpenGL and features GLSL shaders, CG shaders, deferred rendering, dynamic shadows, bullet based physics library, terrain engine, skeleton based animation meshes, exporter for Blender, portals, etc...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 13
    pyhrol

    pyhrol

    Bridge between C++ and Python

    Dynamic C++ library for simplification of binding C++ projects to Python. Supports argument overloading. Automatically generates help on method signatures, including default values. Automatically generates list of named parameters. Supports primary Python protocols: Number, Sequence, Mapping, Iterator Protocol. Includes more than 40 code examples. CMake driven. Supports Python 2.x. Does not support Python 3.x (planned). Tested on Linux Ubuntu 13.X 32/64 with Python 2.7.X
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Privileges#

    This is a hacking style game set in the early '80s

    ... and is about 3% - 5% complete. You can download the source code I uploaded it all as a zip file in the download section. It has the game files needed to run the game. Go here if you just want the CPP file or like to view the code: https://github.com/jwlickliter/privileges.git Right now the file for download will run on android with use of an ide. I recommend cppdroid. Its free on google play and has a really good console.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    More Naval AI

    This is a mod for the Fall from Heaven II mod for Civilization IV

    NOTE: This repository is deprecated. Development has been moved to https://bitbucket.org/Tholal/more-naval-ai This mod is a continuation of the Fall from Heaven II mod for Civilization IV. It maintains the gameplay of the original mod while including hundreds of bugfixes, countless improvements to the AI, an improved interface and several additional game options.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    CorEngine
    CorEngine is a work in progress, OpenGL graphics powered 3D game engine designed to help independent game developers with quick prototyping and game/virtual environment creation. The engine supports a standard set of features, like skeletal animation, post processing, Lua/C programming, physics powered by Bullet Physics, GUI and 2D/3D Audio.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17

    Vegastrike evolved

    evolution for vegastrike SpaceSim/Combat/Trade game

    ... and campain editor , etc ... _MMO : Create somewhere a dedicated host to help debug the actual working network code . Artists ( Sound , Image , Video , Mesh modelling , Animation ) and Devs are welcome ! Our ShipYard : https://sourceforge.net/p/vegastrikevo/wiki/Shipyard/ Checkout for alpha version : https://sourceforge.net/p/vegastrikevo/svn/HEAD/tree/branch/VS_evolved_v1.0/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    [NOTE] This project has been relocated to github https://github.com/jswigart/gmscriptex
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Ionflux Tools

    Metaprogramming framework for C++ development with Python bindings

    NOTICE: This repository of IFTools will no longer be maintained. You can find the current version at https://github.com/TehFlux/iftools iftools is an umbrella project for various libraries and utilities that facilitate application development in C++ with full Python bindings. It provides a rich set of features while still maintaining compatibility with other frameworks through a very low overhead and a lack of "tricks". iftools uses its own, easily extensible template system to provide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Civ4BetterBATAI
    A merge of the BetterAI mod for Civ4, and the BAT Mod
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    COCOM is a toolset to help creation of compilers and interpreters. The part of COCOM is an interpreter of high level scripting language DINO oriented on the same domain of applications as famous languages perl, tcl and python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Virus QSP Modeling

    C++ and Python code for simulating RNA virus replication

    Stochastic simulation model of poliovirus Sabin-to-Mahoney genetic state transition (C++ code). Models genotypes, virus populations, and quasispecies cloud. Simulates replication error and copy-choice recombination. Various parameters guiding the model are user-specified. Python code post-processes simulation output to produce report files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Dust Racing 2D

    Dust Racing 2D

    A traditional top-down OpenGL car racing game

    Dust Racing 2D (Dustrac) is a tile-based, cross-platform 2D racing game written in Qt (C++). Play against challenging computer cars or use the split-screen mode to play against your friend. A level editor for easy level creation is included. Dust Racing 2D is inspired by Super Cars and Slicks’n Slide. The newest releases and source code here: https://github.com/juzzlin/DustRacing2D/releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Simple Normal Mapper

    Simple Normal Mapper

    Easy creation of normal maps

    Simple Normal Mapper is a normal map editor with which one can easily create normal maps for 2D images. Normal mapping is used, for example, in 2D games to make an illusion of a 3D object. Simple Normal Mapper is fully automatic with some user-controllable parameters. Simple Normal Mapper is written in Qt and C++. The newest source code and releases here: https://github.com/juzzlin/SimpleNormalMapper/releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Crystal Entity Layer (CEL) is a game entity layer based on Crystal Space. It makes it easier for game developers to create games based on Crystal Space. CEL can optionally be used together with Python or other scripting languages.
    Downloads: 3 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.