English Amiga Board


Go Back   English Amiga Board > Other Projects > project.Amiga Game Factory

 
 
Thread Tools
Old 07 July 2024, 17:00   #1
AmiNju
Registered User
 
Join Date: Mar 2020
Location: Duesseldorf / Germany
Posts: 39
The grid - Tron clone with 10 player support released

LogicalByte released the new tron clone game The Grid!

Step into the breathtaking world of The Grid and dive into an action-packed race like no other! Mount your futuristic light-bike and enter the grid where strategy and reflexes determine victory or defeat.

Features
  • Multiplayer-Action for up to 10 human players*
  • Numerous setting options
  • Fantastic music created by Roald Strauss
  • System requirements

System requirements
  • PAL-Amiga with at least 1 MB CHIPMEM
  • At least 2 Joysticks
  • At least one opponent

Download: itch.io


*Supports the upcomming octaplayer-adapter created by Alinea Computer.
AmiNju is offline  
Old 07 July 2024, 18:36   #2
zzbylu
Saberman
 
zzbylu's Avatar
 
Join Date: Dec 2016
Location: Kielce/Poland
Posts: 340
...and small gameplay:
[ Show youtube player ]
zzbylu is offline  
Old 07 July 2024, 18:46   #3
TCD
HOL/FTP busy bee
 
TCD's Avatar
 
Join Date: Sep 2006
Location: Germany
Age: 46
Posts: 32,176
10 player at once? Nice
TCD is offline  
Old 07 July 2024, 20:53   #4
Minuous
Coder/webmaster/gamer
 
Minuous's Avatar
 
Join Date: Oct 2001
Location: Canberra/Australia
Posts: 2,695
Any technical details on how games can support this octaplayer-adapter?
Minuous is online now  
Old 07 July 2024, 21:02   #5
AmiNju
Registered User
 
Join Date: Mar 2020
Location: Duesseldorf / Germany
Posts: 39
Quote:
Originally Posted by Minuous View Post
Any technical details on how games can support this octaplayer-adapter?
Yes: http://aminet.net/package/driver/input/MultiJoyTest
AmiNju is offline  
Old 07 July 2024, 21:06   #6
AmiNju
Registered User
 
Join Date: Mar 2020
Location: Duesseldorf / Germany
Posts: 39
Or in AmiBlitz:

Initializing

Code:
Poke.b $BFD200, %11111111
Poke.b $BFE301, %00000000
Set port to query

Code:
Poke.b $BFD000, %00000000 ; Port 1
Poke.b $BFD000, %00000001
Poke.b $BFD000, %00000010
Poke.b $BFD000, %00000011
Poke.b $BFD000, %00000100
Poke.b $BFD000, %00000101
Poke.b $BFD000, %00000110
Poke.b $BFD000, %00000111 ; Port 8
Direction of the joystick

Code:
Result.b = 0
Result = NOT Peek.b($BFE101)
Check if button is pushed

Code:
Result.b = NOT Peek.b($BFE101) | %00001111
AmiNju is offline  
Old 08 July 2024, 04:47   #7
Minuous
Coder/webmaster/gamer
 
Minuous's Avatar
 
Join Date: Oct 2001
Location: Canberra/Australia
Posts: 2,695
Thanks AmiNju.
Minuous is online now  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Request: MOD Player That Fully Works In Win 10 Titler request.Music 35 15 March 2021 09:31
Gladiators (alpha) Bomberman clone with planned 10player support. fryguy Amiga scene 0 13 May 2020 16:35
[Found: Megaforce Tron] Tron type game? Zeewolf Looking for a game name ? 56 04 August 2010 11:38
[Found: "Megaforce Tron" on "Hotest Stuffs in 1988"] Looking for a Tron clone... microslave Looking for a game name ? 6 21 March 2008 23:55
[C64] New and improved Action Replay clone released! Amiga1992 Retrogaming General Discussion 0 05 October 2001 19:02

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 09:24.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.07485 seconds with 15 queries