Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Start Free Trial
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.
Pyui is a user interface library written entirely in the high-level language python. It is targeted primarily as a user interface for games and has a modular rendering interface that can use multiple backends such as OpenGL, SDL or Direct3D.
Gumpire is designed to be used as an educational aid in a programming class. It will allow students to program game clients that can participate in a competition without needing to write a complicated interface to a server.
PyDemeter is a Python wrapper for the Demeter terrain engine, a cross-platform terrain rendering engine that uses advanced techniques such as dynamic tessellation to render complex landscapes at high frame rates. It can be used in conjunction with PyOSG,
Basicaly gar3d is a RTS... but you don\'t have control over your smaller units, but you can order your officers with high level commands like fallback and rush. Also this game is a RPG with your officers gaining stats and levels.
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.
A robot wars variant.
A computer game in which robots are governed by a simple assembly language. Various arenas running on different hosts can be connected over the internet, so that robots blundering into transporters can be sent from machine to machi
The RoboCup competition is an international event in which teams of
autonomous robots play soccer against one another. This project
provides resources for the RoboCup F180, or small-sized league.
It also provides a mechanism through which teams can c
VTSystem is a 3D (Action) Adventure engine where each character can go about his(her) own affairs independent of your actions, where you can experience 'real world' environments! Uses the Nebula Device. For more information, take a look at the homepage
Last Hope, are a project of a web-based game .
The context : heroic / fantasy game wih a \"classic\" medieval context,
You can start as many positions :
you are a poor boy-farmer, your farm need to grow up, because the king and their subjects ne
Naikai is a set of game-oriented XPCOM components that vastly simplify the process of creating games. You can use Python or JavaScript or any XPCOM-enabled language to glue all of the provided components (image loaders, graphics renderers, a sound system
Dimensional Web RPG engine is ment to provide a full platform for making RPG and MMORPG and to provide the needs of gamers and rpg lovers.
It aims to be modular easy to use and easy to extand, so it can support various type
of RPGs from fantasy to cybe
...Simple commands allow DM to manage a game session and track characters and monsters statistics. It is written in Java (1.4.0 at least). Data is stored in XML and you can script it with j[p]ython.
Skitter Tag is an addictive little game. Spaceships fly through a maze, trying to tag one another and find power-ups. Up to two humans can compete alongside computer opponents.
A graphical isometric multiplayer virtual reality server in MUD-style. Rooms and server code can be changed online. At the moment, there is also an IRC link. Clients are available in Java and Python/C.
A TextMap module for Python.
The TextMap class can be used to emulate oldfashioned computer screens. It will have methods like writexy(x,y,text),
input = readxy(x,y,text), clear(), scroll(x,y),
change(coloroptions), settext(text), input = gettext()
Metagame-Sector is a Python framework for quickly and easily making Sector-based games (ie, Chess, Risk, Bard's Tale, Zelda, WarCraft, Civ). Features include Client-Server model, View separation (ie, you can have a GNOME and a Win32 frontend), and more.
In Hoverbots, robots with an artificial intelligence fight each other in a 3D environment. The AI is coded by the competitors in any language. Robots can create drones with up to the same functionality as the robot, or simply as bombs.
Pygame.UI is a pure Python GUI implemented using Python and Pygame library. The goal of this project is to implement a GUI which can be easily plugged into your existing game project.
Pyplace is a toolkit which helps Python developers to render data as isometrically viewed 'places' around which the user can navigate.
The look and feel by version 1 will be similar to an early UO or AOE, but only a few unit sprites & no network
pRobot is something like Pokémon for computer scientists. Each player creates a computer program, a so-called pRobot. Then all the pRobots are thrown into a virtual arena, the war-ground. Within that arena they can walk, reproduce, and fight.
Only the idea is born, along with few assets, which I will combine using blender into a simple game and post here. Then you can contribute by being part of the development team. I am not very good with characters, so can only make basic ones, but what I am really good at is realistic texturing using blender cycles engine.
It will be a game made in belnder. So our strategy will be to make low poly 3d models in blender or import them into blender, and then use the game engine to make the game.
The intention is to help Learning programming by using Python in different game challenges. The main language is French, but we can answer to English if needed.
Sketcher is a real-time 2D physics simulator where objects drawn on a virtual sketchpad can interact with each other when gravity is enabled. Additional features will allow multiple users to join sessions and concurrently interact using shared sketchpads
A Pythonic program to generate and solve a Sudoku puzzle of any N by N dimension. It uses a combination of logic and guess to solve the puzzle. The GUI is written with PyGTK and the code can be use as a guidelines of using Python Generators.