Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dolgion1/FlashPunk-JRPG-Engine
This is an engine that enables game developers to create games in the style of old SNES style JRPGs. It's the version I'm constantly working on, on my blog there is a tutorial explaining the code. Since the code has grown too much in size for me to make individual lessons with a parallel developing code, the source here is the reference for those tutorials from now on.
https://github.com/dolgion1/FlashPunk-JRPG-Engine
Last synced: 2 months ago
JSON representation
This is an engine that enables game developers to create games in the style of old SNES style JRPGs. It's the version I'm constantly working on, on my blog there is a tutorial explaining the code. Since the code has grown too much in size for me to make individual lessons with a parallel developing code, the source here is the reference for those tutorials from now on.
- Host: GitHub
- URL: https://github.com/dolgion1/FlashPunk-JRPG-Engine
- Owner: dolgion1
- Created: 2010-08-20T02:23:37.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-05-05T11:12:23.000Z (over 13 years ago)
- Last Synced: 2024-08-04T05:04:12.267Z (6 months ago)
- Language: ActionScript
- Homepage: http://thedolgion.com
- Size: 20.6 MB
- Stars: 34
- Watchers: 3
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
- awesome-actionscript-sorted - FlashPunk-JRPG-Engine - This is an engine that enables game developers to create games in the style of old SNES style JRPGs. It's the version I'm constantly working on, on my blog there is a tutorial explaining the code. Since the code has grown too much in size for me to make individual lessons with a parallel developing code, the source here is the reference for those tutorials from now on. (Video Games / Game Engine)
README
ABOUT
=====This is an engine that enables game developers to create games in the style of old SNES JRPGs. It's the version I'm constantly working on, on my blog (http://thedolgion.com) there is a tutorial explaining the code. Since the code has grown too much in size for me to make individual lessons with a parallel developing code, the source here is the reference for those tutorials from now on. Once the Engine contains all the planned core features, it will be possible to create games similar to Lufia 2, Final Fantasy 6 with relative ease. Many of the elementary features (maps, movement...) will be already coded, and one can focus more on asset creation. Users are allowed to alter the code as they wish, and are not forbidden to sell software based on or using this engine.
FEATURES
========* Tilebased Maps that are interconnected to represent a larger world
* Indoors and Outdoors areas
* Player character movement with keyboard
* Character Stats and Inventory/Equipment screens
* NPCs with pathfinding
* Multiple-Choice Dialog
* Items and Item ContainersPLANNED FEATUERS
================* Turn-based combat
* Spells/Magic
* Journaling system
* Quests
* Scripted Events
* CutscenesHOW TO PLAY
===========Movement: WASDP and Arrow Buttons
Initiate Conversation: SPACE
Open Chest: SPACE
World Map: M
Inventory: I
Character Stats: C
Cancel: X
Exit: ESC