I made a quick game in my maker today in about 1 hour and 30 minute, so it is not the greater game ever.
Link to Space War Game
Requires .Net 2.0 framework
Requires SDL dll
You can copy the dll into your System32 folder or the game folder, either it will work
Monday, June 25, 2007
Saturday, June 16, 2007
Sample Project Test
This sample contain a compress version of a simple project to test whether compress data can be loaded without problems
Download Sample
If you want to create your own game too, click here
It requires:
.Net 2.0 Framework
SDL dlls
Download Sample
If you want to create your own game too, click here
It requires:
.Net 2.0 Framework
SDL dlls
Tuesday, May 22, 2007
Friday, April 20, 2007
Phoenix Engine.NET Update!!!
Problem Fixed
- Fixed memory leak
- Tile trailing option added
- Python Quick Guide added (Contain some few pointers to understanding python)
- Click on the Content button on the help menu
Saturday, April 14, 2007
No updates
I am having major problem with the map editor, I found out that there are some memory leak and i am trying to fix it :)
Sunday, April 1, 2007
I finally finished my Ruby to Python Converter
It converts most of the ruby syntax to python. Then all you have to do is do some little edit and you got a python code :)
Note: you need a ruby interpreter to run the code
Download Code
Note: you need a ruby interpreter to run the code
Download Code
Thursday, March 29, 2007
New Update
Tuesday, March 27, 2007
Monday, March 26, 2007
Sunday, March 25, 2007
Updated Current Battle System!
The following button are used to control the players in the order the keys are display.
I
J K
L
Damage effect is not accounted for at this moment
Enemies does not attack player
Note. Player can attack twice between the wait time, so if i press I for top player, then while player is waiting for next input, i can press I again to attack since player have two chance of attacking during one turn. This options can be changed in the script if you understand what you are doing.
I
J K
L
Damage effect is not accounted for at this moment
Enemies does not attack player
Note. Player can attack twice between the wait time, so if i press I for top player, then while player is waiting for next input, i can press I again to attack since player have two chance of attacking during one turn. This options can be changed in the script if you understand what you are doing.
Wednesday, March 21, 2007
Phoenix Engine.Net Update!
Fixes Included in Update
Thanks.
Download PEngine Window Installer
- Event Editor is partial working
- One Event Command have been added ( Call Script, The most useful command)
- Fix loading problem when code cannot be executed
- Fix error when custom routes is empty when set for an NPC
- Fix problem when no character-set exist for an NPC
- Cannot setup a party for player, but have to use default setup, It will be changed in the feature
- Flood fill freeze up the Engine if it is performed with the same tile twice in a row. But if tile is change to another before filling again, then it works.
- Interpreter class for interpreting event command is included
- Fix problem with Flood fill
- Create a system for setting up party
- Redesign Character editor
- Finish Pathfinding feature for NPC
- Create Editor for setting up enemies/monster for game
- Create Plugin System
- Create Help file for Game Scripting and Editors.
Thanks.
Download PEngine Window Installer
Sunday, March 18, 2007
Converting Ruby Code to Python Code
The following are the basic fundamentals
Sample code converted from Ruby to Python:
Click Here to download
- All code must be properly indent
- After class definition a ":" is required
- After every method definition a ":" is required
- Code does not use "end", so remove them all
- true = True
- false = False
- nil = None
- elsif = elif
- There are no && nor || but only "and" and "or"
- initialize does not exist, you need __init__(self):
Sample code converted from Ruby to Python:
Click Here to download
Saturday, March 17, 2007
Friday, March 16, 2007
Wednesday, March 14, 2007
Friday, March 9, 2007
Phoenix Engine.Net Window Installer
For those of you that want to try out my engine but does not know how to follow instruction properly, i have provided a link to a Installer. ^^
Window Installer
Window Installer
Wednesday, January 31, 2007
Subscribe to:
Posts (Atom)