All Projects → coppolaemilio → Stellar

coppolaemilio / Stellar

🌟 An open-source IDE for game development.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Stellar

Pydark
PyDark is a 2D and Online Multiplayer video game framework written on-top of Python and PyGame.
Stars: ✭ 201 (+43.57%)
Mutual labels:  game, pygame
Games
Create interesting games by pure python.
Stars: ✭ 3,431 (+2350.71%)
Mutual labels:  game, pygame
Singularity
A simulation of a true AI. Survive, grow, and learn.
Stars: ✭ 210 (+50%)
Mutual labels:  game, pygame
Pygame tutorials
Code to go along with lessons at http://kidscancode.org/lessons
Stars: ✭ 363 (+159.29%)
Mutual labels:  game, pygame
Pygame Menu
Menu for pygame. Simple, lightweight and easy to use
Stars: ✭ 244 (+74.29%)
Mutual labels:  game, pygame
Pygame Learning Environment
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
Stars: ✭ 828 (+491.43%)
Mutual labels:  game, pygame
Sorting Algorithms Visualizer
Program made with Python and Pygame module for visualizing sorting algorithms
Stars: ✭ 137 (-2.14%)
Mutual labels:  pygame
Eosio Card Game Repo
The Elemental Battles Tutorial is divided into easy to follow lessons that take you through the process of creating your own fully-functional blockchain-based dApp.
Stars: ✭ 139 (-0.71%)
Mutual labels:  game
Zhsan
中華三國志
Stars: ✭ 135 (-3.57%)
Mutual labels:  game
Tacks
Real-time multiplayer sailing game, in your browser
Stars: ✭ 134 (-4.29%)
Mutual labels:  game
Gengineserver
netty4游戏服务端,依赖游戏核心包
Stars: ✭ 140 (+0%)
Mutual labels:  game
Wog
In the Wake of Gods 3.59 alpha
Stars: ✭ 139 (-0.71%)
Mutual labels:  game
Easystarjs
An asynchronous A* pathfinding API written in Javascript.
Stars: ✭ 1,743 (+1145%)
Mutual labels:  game
Bootmine
Bootable minesweeper game in a 512-byte boot sector
Stars: ✭ 136 (-2.86%)
Mutual labels:  game
2048.cpp
🎮 Fully featured terminal version of the game "2048" written in C++
Stars: ✭ 1,886 (+1247.14%)
Mutual labels:  game
Azuriom
Azuriom is a modern, reliable, fast and secure game CMS.
Stars: ✭ 135 (-3.57%)
Mutual labels:  game
Android Jigsaw Puzzle
Android app that allows you to draw anything and turn it into a jigsaw puzzle.
Stars: ✭ 139 (-0.71%)
Mutual labels:  game
Hortor Cheater
头脑王者作弊辅助工具
Stars: ✭ 135 (-3.57%)
Mutual labels:  game
Leelasabaki
Leela (Zero) integration with Sabaki.
Stars: ✭ 138 (-1.43%)
Mutual labels:  game
Ore Infinium
Ore Infinium, Open Source multiplayer Terraria-inspired Sci-fi game, focused on technology, devices and researching. Written in Kotlin (JVM), LibGDX. Cross platform
Stars: ✭ 139 (-0.71%)
Mutual labels:  game

THIS PROJECT IS NO LONGER SUPPORTED

A lot of things happened since I started this project and I don't really use pygame any more. Also, new programs like Atom or Godot made this IDE obsolete. I think that a set of Atom plugins will make more sense than coding the whole thing all over again. But after testing other engines/frameworks I do not recommend making games with Python due to its poor performance. Thanks to everyone that contributed and supported the project, it was a great experience for me. See you around!

Stellar IDE

stellar

About

Stellar is an open-source IDE for game development using Python.
The goal is to have a program to design your own games using easy-to-learn and different easy tools for beginners and professionals.
You are free to distribute the games you create with Stellar in any way you like. You can even sell them.
This of course assumes that the sprites, images, and sounds you use can be distributed or sold as well.

Dependencies

On Ubuntu based:
$ sudo apt-get install python2.7 python-qt4 pygame

On OSX you can install PyQt4 with homebrew:
$ brew install qt
$ brew install sip
$ brew install pyqt
if this doesn't work you can follow this tutorial

On Windows based:
Download and install the dependencies listed above. Be sure to install the Python 2.x versions, not Python 3 versions.

Running

To run Stellar (Windows/Ubuntu/OSX), from your command line go to (cd) into the Stellar folder, and then run:
$ python Stellar.py
On windows you might be able to just double click the Stellar.py file and the program will startup.

Contributing

If you don't know how GitHub contributing works see our tutorial guide.

I'm currently using a [email protected].

Our contributors here:

You can talk with us on freenode IRC #stellarIDE


Code editor thanks to CodeMirror Icon theme used made by VisualPharm (c) 2012 - infinity, Emilio Coppola

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].