All Projects → Stencyl → Stencyl Engine

Stencyl / Stencyl Engine

Create Flash, HTML5, iOS, Android, and desktop games with no code with Stencyl. This is the source to Stencyl's Haxe-based engine.

Programming Languages

haxe
709 projects

Projects that are alternatives of or similar to Stencyl Engine

Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (-6.87%)
Mutual labels:  game-engine
Radixengine
A free and open game engine.
Stars: ✭ 126 (-3.82%)
Mutual labels:  game-engine
Newbark
🌳 A proof-of-concept Pokémon-style Retro RPG engine created with Unity.
Stars: ✭ 129 (-1.53%)
Mutual labels:  game-engine
Simplexrpgengine
Modular game engine built with MonoGame, with GMS2-like workflow and advanced level editor
Stars: ✭ 122 (-6.87%)
Mutual labels:  game-engine
Openage
Free (as in freedom) open source clone of the Age of Empires II engine 🚀
Stars: ✭ 10,712 (+8077.1%)
Mutual labels:  game-engine
Trivial Gamekit
Simple framework for making 2D games
Stars: ✭ 127 (-3.05%)
Mutual labels:  game-engine
O2
2D Game Engine with visual WYSIWYG editor
Stars: ✭ 121 (-7.63%)
Mutual labels:  game-engine
Flaxapi
Old repository with C# Editor and C# API for creating games in Flax Engine
Stars: ✭ 131 (+0%)
Mutual labels:  game-engine
Cryengine
CRYENGINE is a powerful real-time game development platform created by Crytek.
Stars: ✭ 580 (+342.75%)
Mutual labels:  game-engine
Gplayengine
Cross-platform C++ 2D / 3D game engine.
Stars: ✭ 129 (-1.53%)
Mutual labels:  game-engine
Openjk
Community effort to maintain and improve Jedi Academy (SP & MP) + Jedi Outcast (SP only) released by Raven Software
Stars: ✭ 1,641 (+1152.67%)
Mutual labels:  game-engine
Nimgame2
A simple 2D game engine for Nim language.
Stars: ✭ 123 (-6.11%)
Mutual labels:  game-engine
Rapid
A game engine written in Nim, optimized for making cool games fast.
Stars: ✭ 129 (-1.53%)
Mutual labels:  game-engine
Lambda Lantern
🧙 ‎‎ A 3D game about functional programming patterns. Uses PureScript Native, C++, and Panda3D.
Stars: ✭ 122 (-6.87%)
Mutual labels:  game-engine
Blue Flame Engine
A 3D/2D game engine that supports both DirectX11 and OpenGL 4.5
Stars: ✭ 129 (-1.53%)
Mutual labels:  game-engine
Defold
Defold is a completely free to use game engine for development of desktop, mobile and web games.
Stars: ✭ 1,938 (+1379.39%)
Mutual labels:  game-engine
Xenko
Old repo for Xenko Game Engine. Please use https://github.com/xenko3d/xenko instead.
Stars: ✭ 1,565 (+1094.66%)
Mutual labels:  game-engine
Kudos
Kudos is a simple, high-performance, easy to expand and easy to deploy distributed game service framework based on microservice architecture, It is based on RPC of rpcx, supports pomelo communication protocol and can be easily applied to game development.
Stars: ✭ 132 (+0.76%)
Mutual labels:  game-engine
Vault13
Reimplementation of Fallout 2 engine
Stars: ✭ 131 (+0%)
Mutual labels:  game-engine
Fonline
FOnline Engine is a flexible cross-platform isometric game engine
Stars: ✭ 128 (-2.29%)
Mutual labels:  game-engine

Stencyl

http://www.stencyl.com

Create Flash, HTML5, iOS, Android, Mac, Windows and Linux games with no code with Stencyl. This is the source to Stencyl's Haxe-based game engine.

Requirements

  • Haxe 3.2.0
  • Stencyl 3.0 Stencyl's engine is written in Haxe, a language similar to ActionScript 3. You can edit Haxe directly from any text editor, or you can use something more complete such as FlashDevelop, Sublime Text, MonoDevelop or Eclipse.

Reporting Issues

Report all bugs and enhancement requests on our Issue Tracker.

Developing alongside Stencyl

To make changes to the Stencyl engine, simply edit the files in your Stencyl installation directory under plaf/haxe/lib/stencyl/1,00. You don't have to restart Stencyl for the changes to take effect.

If you have the engine files elsewhere (a fork of this repository, for example), you can direct haxelib to use that alternate copy (including when compiling from within Stencyl). Use the command haxelib dev stencyl [alternate stencyl-engine path] to set this, and later haxelib dev stencyl to revert to the Stencyl-installed engine. This could be useful to permit use of an engine version that's under active development without altering the original, installed copy.

Developing Standalone

For those who desire a more traditional workflow, the engine can be run standalone, outside of Stencyl.

To do this, run any of the following commands from within the checked out directory to run the engine by itself using a minimal test project. You do not need to run the build-stencyl script unless you wish to run a game within Stencyl.

haxelib run nme test TestProject.nmml flash -debug
haxelib run nme test TestProject.nmml ios -simulator
haxelib run nme test TestProject.nmml ios
haxelib run nme test TestProject.nmml android
haxelib run nme test TestProject.nmml windows
haxelib run nme test TestProject.nmml mac

To edit the data for the standalone test game, peek inside of Assets (contains the resource definitions, graphics, sounds) inside of Scripts.

Extensions

Extensions expose native mobile functionality to the Stencyl engine. Read this page for details.

Debugging

If you're running the engine standalone, viewing the engine's logs involves external apps.

  • For Flash, use Vizzy
  • For Windows, use XXXX?
  • For Mac, use OS X's Console app.
  • For iOS, use OS X's Console app. Also peek at the contents of ios-log.text.
  • For Android, use DDMS (Android Device Monitor).

Code Structure

Read this Wiki page

Contributing

Credits

Stencyl's game engine is proudly built on top of OpenFL and Haxe. We're a proud sponsor of the Haxe Foundation.

Contributors

  • Rob Alvarez
  • Mike Marve
  • Dario Seidl
  • Justin Espedal
  • Nathaniel Mitchell
  • Greg Sicard
  • Alexandre Vieira
  • Mike Morace
  • Simone Conia
  • Jason Irby
  • Robin Schaafsma
  • Chris Finn

MIT License

Copyright (c) 2013 Stencyl, LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
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].