Search Results for "python games code" - Page 90

Showing 5725 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
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    Écritures

    Écritures

    A Ren'Py KN series

    Une série de minis Visual novels, séries d'histoires indépendantes. Genres divers, présentation commune.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Super PySnake

    Super PySnake

    An open-source 2D snake game made with Pyglet and Python 3.4.

    An open-source 2D snake game made with Pyglet and Python 3.4 that allows you to customize your maps and textures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Provides auxiliary tools for the Monte Carlo particle transport code FLUKA (www.fluka.org).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    f2cwrap

    Python utility to generate C(++)-wrappers of FORTRAN code.

    Utility to analyze FORTRAN source and generate C-bindings. This Python module requires GFORTRAN to be installed to operate correctly. The main class, Source, does the following: 1: Open the source provided as an argument. 2: Build the source using GFORTRAN and grabbing the internal parse tree. 3: Read the parse tree and create a Python structure representing it. The two members of Source that are relevant are "procedures" which is a dictionary of all the identified FORTRAN...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 5

    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
  • 6
    phpython

    phpython

    a python interpreter written in php

    Use phpython to write python code in your php projects without using WSGI, CGI or FastCGI. ** IMPORTANT ** Project now on GitHub visit: https://github.com/phpython/phpython
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    VB6 Game Archives

    VB 6 Game Archive

    Make sure to click on Browse All Files above to see all the different code. This will be a Online Archive of all the Source code I can find for Games written in Visual Basic 6 (VB6). All the source code here is open source, but is not owned by me unless noted. By using the code here you must agree to the Original Authors Licenses agreements. Also you must give credit to any author of the Original Code. For More Info on the Code please read Any Readme Included in the Code...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8

    PyCancerDB

    Cancer Proteomics Database display and management

    PyCancerDB is a source code distribution providing a Web-based interface for browsing and updating the Cancer Proteomics Database, together with scripts for maintaining the database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Turbo Editor

    Turbo Editor

    Simple and powerful File Editor for Android

    Simple, powerful and Open Source text editor for Android licensed under the GPLv3 license.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 10
    TileCity_chung

    TileCity_chung

    a 3D openGL b3d car / city town / flight / tank simulation game

    Tilecity chung is a free car in the city building game from an openb3d demo by Ogg ( added car / flight / tank simulator + edit , load , save map + cars traffic + gui windows + heightmaps + cars racing + houses + trees + grass + skydome + sounds + performances boost + shooting + boats + tanks + redlights + stops + lamps + heighmaps edit, save, load). It is written in compiled freebasic and uses openB3D (open source blitzmax b3d game engine for freebasic). Source code is included in the zip...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    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: 0 This Week
    Last Update:
    See Project
  • 12

    QG fantasy maps plugins

    Some pythons plugins to enhance fantasy maps creation with QGis

    QGis permit the use of python script to handle maps. Here are some python code ready to use and modify, and some associated samples.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Eye candy showing parallel Conway's Life games in the bit planes of the screen, using boolean BitBlt operations. (Independently rediscovered algorithm given already in Smalltalk-80 Blue Book, by the inventors of BitBlt.)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Freetel

    Freetel

    Python GUI Chat

    Python GUI Chat, inspired by late 90s chat freetel utilizes sockets, queues, tk. I started this project as a means learn python, so it might not be cleanest code you've ever seen :p ==================== Features: send/receive public messages send/receive private messages ==================== main.py: Chat server. freetel.py: gui client, tk + calls to client.py for sock functions(runs on windows/POSIX oses) client.py: Socket functions (send/recv/send...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15

    RoopeeLand

    Object-Oriented Simple Text Adventure Set In RoopeeLand

    You have just arrived (by time machine) in RoopeeLand. You're not sure if you are still on the same planet, or even in the same Universe, but so far you feel OK. You can breathe, gravity is the same, and you appear to be in a dark, dense wood. You were wise enough to bring some useful survival stuff in a backpack: your smartphone, a compass, a hunting knife, a coil of rope, a lighter and 4 ration packs. You'll need them!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    [NOTE] This project has been relocated to github https://github.com/jswigart/gmscriptex
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    It's a web application which provides a unify solution to stat. CVS/SVN repository modules code change information and generate html reports. User can browse line of change, file of change, code diff, check-in comment and so on, it can stat. more repository modules one time. After repository modules configured, stat. is simple like a search.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Stat cvs/svn Code Change

    stat. cvs,svn code changes and generate html report

    It's a web application which provides a unify solution to stat. CVS/SVN repository modules code change information and generate html reports. User can browse line of change, file of change, code diff, check-in comment and so on, it can stat. more repository modules one time. After repository modules configured, stat. is simple like a search. It's the mirror project of CodeChangeViewer: http://sourceforge.net/projects/ccv/.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Civ4BetterBATAI
    A merge of the BetterAI mod for Civ4, and the BAT Mod
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    Movie Master

    Movie Master

    A movie production simulator written in Python for Windows

    In this game, inspired by Sim Cinema Deluxe, you take control of a movie production studio and use your business acumen to develop successful movies and grow your company. Requires Python 3 to play: https://www.python.org/downloads/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    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
  • 22
    nosql-mongodb2013

    nosql-mongodb2013

    10gen Education / MongoDB University courses of 2013

    10gen Education / MongoDB University courses of 2013: "M101P: MongoDB for Developers", "M102: MongoDB for DBAs" and "M101J: MongoDB for Java Developers" - My code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Project Frc
    Project FRC stands for:-Project Free Roam Cube. At the moment it will be called project FRC and later after it gets developed to project GFR:-Grand Free Roam.This game is about a cube that can move wherever the user wants it in the area. Developed by a 12 year old. P.S dont blame the quality. Still in alpha.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    PyAssistnt is python script that based on the PythonScript , PythonScript is a plugin for Notepad++. The purpose of PyAssistant is when you write Python code with Notepad + +, to provide you with dynamic auto-complete and auto-indent feature.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    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
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.