Author Topic: mr bash (not sure what to call my game yet) work in progress.  (Read 6383 times)

0 Members and 1 Guest are viewing this topic.

Offline PMACKAY

  • Forum Regular
  • Posts: 188
  • LIFE is Temporary
    • View Profile
mr bash (not sure what to call my game yet) work in progress.
« on: August 16, 2018, 02:42:15 am »
I want to thank "bplus" for his help with the keyboard routines and valuable input he has given me.

also thank you to the other people for hints on the speedups

this is still a work in progress

there is a zip here with instructions in it

will be posting here from now on. as things get more complicate (or simple) i may just end up puting my code as compiled for linux. (windows also)

anyway this is ascii graphics only and 16colour (8 at a time) to look similar to zzt which i think is cool :)

« Last Edit: August 16, 2018, 02:45:45 am by PMACKAY »
MackyWhite

Offline PMACKAY

  • Forum Regular
  • Posts: 188
  • LIFE is Temporary
    • View Profile
Re: mr bash (not sure what to call my game yet) work in progress.
« Reply #1 on: August 16, 2018, 06:45:30 am »
Download the next zip below..

this zip will allow you to walk around maps

(working on code to save data on maps (so level is as left it) so it does not run like a rom image.))

MackyWhite

Offline PMACKAY

  • Forum Regular
  • Posts: 188
  • LIFE is Temporary
    • View Profile
Re: mr bash (not sure what to call my game yet) work in progress.
« Reply #2 on: August 16, 2018, 07:30:41 am »
*** Now saves states of all maps ***

12 x maps so far just while testing.. hoping to at least have 50

need to reset data for maps when reload.... code needing to be written.
monsters need to be coded
more maps to be coded

all downloaded contents need to take newest first as have changes progessed
MackyWhite

Offline PMACKAY

  • Forum Regular
  • Posts: 188
  • LIFE is Temporary
    • View Profile
Re: mr bash (not sure what to call my game yet) work in progress.
« Reply #3 on: August 16, 2018, 08:57:39 am »
thats it for tonight.... need a break.. better colours added
MackyWhite

Offline bplus

  • Global Moderator
  • Forum Resident
  • Posts: 8053
  • b = b + ...
    • View Profile
Re: mr bash (not sure what to call my game yet) work in progress.
« Reply #4 on: August 16, 2018, 09:40:40 am »
:)  I think someone has been bitten by the Basic Bug and is overflowing with enthusiasm.

Save some for tomorrow. :)

Append: OK I have tried the MK.zip from other thread and recommend in your read me file to say to run the levcreat.bas file first because that is what creates the map files for the levels.

I worked through level 1 getting all the diamonds and entered and the next level loaded fine,
I also recommend version numbers to all these MK.zip files you are posting and a sentence or two describing what's new in each MK.zip version.
« Last Edit: August 16, 2018, 10:12:23 am by bplus »

Offline PMACKAY

  • Forum Regular
  • Posts: 188
  • LIFE is Temporary
    • View Profile
Re: mr bash (not sure what to call my game yet) work in progress.
« Reply #5 on: August 17, 2018, 03:50:04 am »
update

17 august 2018
---------------------
Map loading and saving Fixed (new game new map) where old game old map

« Last Edit: August 17, 2018, 04:03:03 am by PMACKAY »
MackyWhite

Offline PMACKAY

  • Forum Regular
  • Posts: 188
  • LIFE is Temporary
    • View Profile
Re: mr bash (not sure what to call my game yet) work in progress.
« Reply #6 on: August 17, 2018, 10:07:10 am »
off to bed now. tired but here are some very minor changes including small stuff as in text file... will start on monsters next build as maps work good

see readme.txt
MackyWhite

Offline PMACKAY

  • Forum Regular
  • Posts: 188
  • LIFE is Temporary
    • View Profile
Re: mr bash (not sure what to call my game yet) work in progress.
« Reply #7 on: August 17, 2018, 11:17:51 pm »
off to bed now. tired but here are some very minor changes including small stuff as in text file... will start on monsters next build as maps work good

see readme.txt

i HAVE JUST UPLOADED ANOTHER ZIP "I FORGOT TO ADD ONE MORE FILE BUT FIXED NOW" / can now be compiled for windows also       OOPSIE
MackyWhite

Offline PMACKAY

  • Forum Regular
  • Posts: 188
  • LIFE is Temporary
    • View Profile
Re: mr bash (not sure what to call my game yet) work in progress.
« Reply #8 on: August 18, 2018, 02:14:13 am »
This is best to download.

new features to make the game better to use. able to add a tittle also now that game play is being desinged through a loop

will be

title
      game
loop tittle (title will include highscores, names, maybe demo of a couple of maps)

other inside stuff to work on first.. game loop

« Last Edit: August 18, 2018, 02:37:59 am by PMACKAY »
MackyWhite

Offline PMACKAY

  • Forum Regular
  • Posts: 188
  • LIFE is Temporary
    • View Profile
Re: mr bash (not sure what to call my game yet) work in progress.
« Reply #9 on: August 18, 2018, 03:25:18 am »
This is best to download.

new features to make the game better to use. able to add a tittle also now that game play is being desinged through a loop

will be

title
      game
loop tittle (title will include highscores, names, maybe demo of a couple of maps)

other inside stuff to work on first.. game loop

in the first map remove the small v
MackyWhite

Offline PMACKAY

  • Forum Regular
  • Posts: 188
  • LIFE is Temporary
    • View Profile
Re: mr bash (not sure what to call my game yet) work in progress.
« Reply #10 on: August 18, 2018, 05:10:43 am »
OK I have just been doing bug fixing stuff

Fixed Code. Readme File in zip states all the changes, fixes.

ZIP file here contains all repairs, missing bits, working.

compile the  MAPCREATE file first and run (has a few bits of data fixed in the maps so will work correctly)
then compile MK

now it is ready to run...  Readme File tells you what has been fixed and what is happening in future updates
MackyWhite

Offline PMACKAY

  • Forum Regular
  • Posts: 188
  • LIFE is Temporary
    • View Profile
Re: mr bash (not sure what to call my game yet) work in progress.
« Reply #11 on: August 18, 2018, 10:32:48 pm »
Another Build

MONSTERS WORKING

uNLIMITED AMOUNT OF MONSTERS. JUST EDIT THE MAPS AND PLACE "m" OR "M" WHERE MONSTERS START

still in primitive stage for monsters but they are there and the work. needs work on setting an AI up. but they are working. stage 1 of monsters

Download below
MackyWhite

Offline PMACKAY

  • Forum Regular
  • Posts: 188
  • LIFE is Temporary
    • View Profile
Re: mr bash (not sure what to call my game yet) work in progress.
« Reply #12 on: August 19, 2018, 01:31:35 am »
Monster Bugs Fixed.. now working correctly

this is build 19thbuild1
-------------------------------much better than build0
« Last Edit: August 19, 2018, 01:52:29 am by PMACKAY »
MackyWhite

Offline PMACKAY

  • Forum Regular
  • Posts: 188
  • LIFE is Temporary
    • View Profile
Re: mr bash (not sure what to call my game yet) work in progress.
« Reply #13 on: August 19, 2018, 03:21:53 am »
BuildAugust 19th02

more maps. total of 16 now. working good so far.
Download this version below as is the most recent. The readme will tell you how to run this.
MackyWhite

Offline PMACKAY

  • Forum Regular
  • Posts: 188
  • LIFE is Temporary
    • View Profile
Re: mr bash (not sure what to call my game yet) work in progress.
« Reply #14 on: August 19, 2018, 06:17:02 am »
More Maps More Fixes. I am going to add another feature soon. its in the text file. (24maps now)

map edit will have to be made soon. O O
                                                                  \__/

have fun (i think)
« Last Edit: August 19, 2018, 06:18:04 am by PMACKAY »
MackyWhite