Welcome, Guest. Please login or register.


Author Topic: 8-bit AKIN demake (Basic) (Read 2766 times)

Offline SlashNet

  • EP lover
  • *
  • Posts: 986
  • Country: ua
  • Enterprise 128K | Cubietruck
  • OS:
  • Windows NT 6.3 Windows NT 6.3
  • Browser:
  • Vivaldi 1.6.689.40 Vivaldi 1.6.689.40
    • View Profile
    • Russian info about Enterprise
8-bit AKIN demake (Basic)
« on: 2017.January.29. 21:48:54 »
Preview version of the Akin game 8-bit demake.

17226-0

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)

Offline endi

  • EP addict
  • *
  • Posts: 7305
  • Country: hu
  • grafikus, játékfejlesztõ, programozás, scifi, tudományok, vallás
  • OS:
  • Windows 7/Server 2008 R2 Windows 7/Server 2008 R2
  • Browser:
  • Chrome 55.0.2883.87 Chrome 55.0.2883.87
    • View Profile
    • Honlapom
Re: 8-bit AKIN demake (Basic)
« Reply #1 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
Vigyázat! Szektás vagyok! :)

Offline geco

  • EP addict
  • *
  • Posts: 6819
  • Country: hu
    • Támogató Támogató
  • OS:
  • Linux Linux
  • Browser:
  • Firefox 45.0 Firefox 45.0
    • View Profile
Re: 8-bit AKIN demake (Basic)
« Reply #2 on: 2017.January.29. 22:12:55 »
Cool, I would choose a bit darker blue for better visibility instead of existing dark blue :)

Offline SlashNet

  • EP lover
  • *
  • Posts: 986
  • Country: ua
  • Enterprise 128K | Cubietruck
  • OS:
  • Windows NT 6.3 Windows NT 6.3
  • Browser:
  • Vivaldi 1.6.689.40 Vivaldi 1.6.689.40
    • View Profile
    • Russian info about Enterprise
Re: 8-bit AKIN demake (Basic)
« Reply #3 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.

Offline gflorez

  • EP addict
  • *
  • Posts: 3488
  • Country: es
    • Támogató Támogató
  • OS:
  • Windows XP Windows XP
  • Browser:
  • Firefox 50.0 Firefox 50.0
    • View Profile
Re: 8-bit AKIN demake (Basic)
« Reply #4 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....
« Last Edit: 2017.January.30. 17:46:25 by gflorez »

Offline Zozosoft

  • EP addict
  • *
  • Posts: 14452
  • Country: hu
  • OS:
  • Windows XP Windows XP
  • Browser:
  • Firefox 51.0 Firefox 51.0
    • View Profile
    • http://enterprise.iko.hu/
Re: 8-bit AKIN demake (Basic)
« Reply #5 on: 2017.January.30. 16:21:05 »
Nice!