Welcome to v0.5 BETA of browser based game called "Dominant Creature".
Project homepage: www.bbgdev.com
Project author: Romano Zagorscak, CRO
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
As for current development notes:
/****** INSTALLATION *******/
To install, follow this few steps:
1. Unzip archive to folder of your preference
2. Create table in phpMyAdmin, and import "creatures.sql" file to populate db data
3. Configure file with your DB data // Initial username and password are "test / test" (without quotes).
4. Point your browser to directory where you copied files and enjoy.
*** Code is really easy to template, so if anyone is willing to create template for game, please do so and contribute on forums.
/******* TERMS OF USAGE **********/
You may use code to develop game further than I would, or community would under 3 conditions:
1. It would be appreciated if you contribute to community and share at least one mod with us on project homepage boards.
2. You are welcome to register on boards and leave a live demo link just so I can see how are people using or extending my code
3. Link back would be really appreciated.
/*** ENGINE PURCHASE option and link removal ***/
For link removal, contact hide@address.com and for a small fee of 29.99$ you can buy engine off and remove all links.
/********* CONCEPT & CHANGELOG ************/
Idea is to create game which has more focus on various number of creatures and advanced combat system.
v0.2
- creature duels
// i had some unsolvable bugs with speed integration at the time, so currently speed ins't included in PvP combat.
// attacker has initiative and strikes first
v0.3
- turns and cron
// By deploying a cron you can add turns as you like to game and when you like.
// default setup is every 60 minutes, 30 turns.
- multilingual engine dev // not completed yet, but will be. Logic is done, but strings arent extracted and translated yet
v0.4
- private messages
- shop
// pretty straightforward mods
v0.5
- inventory // equip, take off or sell items
- player toplist // it initially shows 10 players per page and user is marked with blue color.
- refferals integration // not complete yet, but in progress, with time factor and limit per day
/**** Note ****/
Game is still in dev, but now in BETA. Closed one, as registering modules will be added in v0.6 with multilingual engine and referrals
v0.6
- registration
- template
- player creation control
- map system (todo: develop)