Enterprise Forever

:UK => Games => Topic started by: SlashNet on 2017.January.29. 21:48:54

Title: 8-bit AKIN demake (Basic)
Post by: SlashNet on 2017.January.29. 21:48:54
Preview version of the Akin game (http://store.steampowered.com/app/487370/) 8-bit demake.

[attach=4]

Controls:
Int Joy - movement
Space - select start cell / reload level


Main goal to draw full level at one colour (orange or blue). You can start from any cell, but you can pass each cell only once.
Using of crossroads or teleports not necessarily.

(At now game have just 2 levels, but I'll add more levels later)
Title: Re: 8-bit AKIN demake (Basic)
Post by: endi on 2017.January.29. 22:08:04
wow this is cool and nice
but better you use inkey$ rather than joy, because of the key delay. now the control is not good
Title: Re: 8-bit AKIN demake (Basic)
Post by: geco on 2017.January.29. 22:12:55
Cool, I would choose a bit darker blue for better visibility instead of existing dark blue :)
Title: Re: 8-bit AKIN demake (Basic)
Post by: SlashNet on 2017.January.29. 22:33:44
but better you use inkey$ rather than joy, because of the key delay. now the control is not good

Control too sensitive or retarding? Zzziped game, as for me, plays normal.



I plan to try make Entermice version of the game, but I not sure if Zzziped game can handle mouse as written in wiki.
Title: Re: 8-bit AKIN demake (Basic)
Post by: gflorez on 2017.January.30. 05:52:03
Good looking game!

----------------------------------

I've never tested Zzzip with the Mouse driver....  I hope it works, because the compiler is EXOS friendly.

You can test if the Mouse driver is already loaded with the 'EXT "help mouse" ' Basic command within an error handler. If it returns EXTYPE=9240(*** Unrecognised command string), then load the driver with the 'EXT "load mouse.xr" ' command (if the Mouse driver file is on the same path).

Loading several instances of the driver is not harmful, but wastes valuable memory. Only the last instance will work, and the loading will close the existing opened mouse channel.

Please, always use the newest version of the Mouse driver,  downloaded from the EnterMice wiki link.

I am slowly struggling for improvements....
Title: Re: 8-bit AKIN demake (Basic)
Post by: Zozosoft on 2017.January.30. 16:21:05
Nice!