showing 1 - 50 of 711 gameschevron_leftchevron_right

name arrow_downwardpublisher(developer)yeardescriptionplatform
@field Sonic Powered2012 PS Vitalabelimageminimize
100ft Robot Golf No Goblin2016Play golf with impossibly huge robots in a destructible world! 100ft Robot Golf allows you to experience the joy of golf from a 100 foot tall robot. Knock over buildings, cliffs, and other obstacles to secure an advantage - or hinder your opponents in the four player split screen and online modes!***
[12]
PS4labelimagesubject
101st Approach Shot  Santa Fe1992 NEC PC9801labelimageminimize
18 Holes Pro Golf Deco1981 Arcadelabelimageminimize
19th Hole Status1986 Arcadelabelimageminimize
3-D Ultra Minigolf Sierra On-Line19973D version of the popular summer pastime of Mini Golf. The game offers one course of 18 holes which can be played as front nine, back nine or entire course. A version of a skins game and playing against the clock are also featured. Up to four people can play and you can play over won.net (or whatever it is called now). There are also two different putting style, a traditional click and hold, and a move the mouse to swing version. Windowslabelimagesubject
3D Golf Simulation T&E Soft1983 MSXlabelimageminimize
3D Golf Simulation  T&E Soft1983[code]ゴルフシミュレーション[/code] literally reads [code]gorufu shimyureeshon[/code] which is transliteration of English: [i]golf simulation[/i]. NEC PC8801labelminimizeminimize
3D Golf Simulation  T&E? NEC PC9801labelminimizeminimize
3D Golf Simulation: High-Speed Edition T&E Soft1983 MSXlabelimageminimize
3D Real Simulation Golf - Alaskan Malamute G.C.  Home Data1992 NEC PC9801labelimageminimize
3D Super Golf Simulation T&E Soft? NEC PC6001labelimageminimize
3D Ultra Mini Golf Adventures 2 ?2010 PS3labelminimizeminimize
Abrasco Golf Abrasco1983 C64labelimageminimize
Abrasco Golf Abrasco1983 ZX Spectrumlabelimageminimize
Actua Golf Gremlin Graphics1997 Windowslabelminimizeminimize
Actua Golf  Gremlin Graphics;Naxat;VR Sports (Gremlin Interactive Limited)1995Drive, chip and putt your way to the top of the leader board with VR Golf 97. Throughout the game you'll be presented with smooth crisp graphics and fun gameplay. You and three other friends can take part in a tournament or you can play by yourself and take in a quick 9 before lunch.***
[29]***
[27]
PSlabelimagesubject
Actua Golf  Gremlin Graphics;Naxat Soft (Gremlin Interactive Limited)1997 Saturnlabelimageminimize
Actua Golf 2 Gremlin Graphics1997Box Blurb

Play your way through six challenging courses, including the world famous Oxfordshire, Kiawah Island and Carnoustie courses. Featuring brand new live interactive commentary from Peter Alliss and Alex Hay, Actua Golf 2 is as close to real championship golf action as you can get.
PSlabelimageminimize
Actua Golf 2 Gremlin Interactive1998 Windowslabelimageminimize
Actua Golf 3 Gremlin Graphics1998 PSlabelimageminimize
ADAM Links Golf Superior Software1986 Coleco Adamlabelminimizeminimize
Albatros  Telenet Japan1986 NEC PC9801labelimageminimize
Albatros 2 Masters History  Telenet Japan1989 NEC PC9801labelimageminimize
Albatros Expert  Telenet Japan1986 NEC PC9801labelimageminimize
Albatros Visual  Telenet Japan1986 NEC PC9801labelimageminimize
Albatros World  Telenet Japan2009 NEC PC9801labelimageminimize
Amateur Golf Popular Computing Weekly1983 BBClabelimageminimize
Amsgolf Amsoft;Computersmith1984[b]WELCOME TO THE AMSOFT GOLF COURSE[/b]

This exciting new computer simulation of an 18 hole golf course will enable you to improve your skill level of the game, in other words, lower your handicap.

The main object of the game is to play the course of 18 holes in as few strokes as possible, thus improving your handicap. The game assumes a right handed player. A stroke is played each time the ball is hit.

The course is set in woodland and deep grass called 'rough'. The smoother grass is called the 'fairway'. Hazards are put in your way to make your game more difficult. Water hazards consist of lakes and streams.

If your ball lands in a lake then the stroke must be played again from where you played the shot originally. If you land the ball in a stream, the next stroke is played from the edge of the water furthest away from the green. Remember, it is possible to hit the ball further on the fairway han from the rough. So try and stay on the fairway! Each hole is different and they all require a lot of thought in deciding the correct club for each stroke played, and how hard to hit the ball.
[Ritchardo]***
[137]***
[74]***
[39]***
[25]
Amstrad CPClabelimagesubject
Apawam Digital Equipment Computer Users' Society1970[media=youtube]BNNu_VV6Xw8[/media]***[spoiler=show source code;hide source code]
100' NAME--APAWAM
110'
120' DESCRIPTION--PLAYS A ROUND OF GOLF AT THE APAWAMIS COUNTRY CLUB.
130'
140' SOURCE--UNKNOWN
150'
160' INSTRUCTIONS--TYPE "RUN" AND FOLLOW INSTRUCTIONS.
170'
180'
190' * * * * * * * MAIN PROGRAM * * * * * * * * *
200'
210 REM * APAWAM *
220 RANDOMIZE
230 MAT READ A$(9)
240 DATA FIRST,SECOND,THIRD,FOURTH,FIFTH,SIXTH,SEVENTH
250 DATA EIGHTH,NINTH AND FINAL
260PRINT"YOU ARE ABOUT TO PLAY A ROUND OF GOLF AT THE APAWAMIS COUNTRYCLUB,"
270PRINT
280PRINT" THESE ARE YOUR CLUBS:"
290PRINT" 1 - 4 WOODS"
300PRINT" 2 - 9 IRONS"
310PRINT" 1 - 10 PUTTER"
320PRINT" 11 WEDGE"
330PRINT"(TO HONOR THE GREAT BOBBY JONES, ADD 10 TO YOUR IRON SELECTION."
340PRINT"(FOR EXAMPLE: TO USE A 3 IRON, TYPE 13. FOR A 4 IRON, TYPE 14."
350PRINT
360PRINT"A PUTTER CAN BE USED ONLY ON THE GREEN. IF YOU INPUT 10 AS A"
370PRINT"PUTT, THE BALL WILL BE HIT ABOUT 50 FEET. A 1 WILL TAP THE BALL."
380PRINT
390 IF S+1=10 THEN 1620
400 PRINT
410 PRINT
420 READ B
430 READ D
440 PRINT "YOU ARE AT THE "A$(S+1);" TEE OF THE APAWAMIS GOLF COURSE."
450PRINT"IT IS"B"YARDS LONG, PAR"D"."
460 LET S=S+1
470 LET C=0
480PRINT
490 IF INT(B)=0 THEN 1550
500PRINT"WHICH CLUB DO YOU CHOOSE";
510 LET C=C+1
520INPUT A
530IF A>0 THEN 590
540 IF A=11 THEN 1210
550IF A>11 THEN 1310
560PRINT"INPUT DATA NOT IN CORRECT FORMAT. RETYPE IT."
570GOTO 520
580 REM
590 IF A>4 THEN 540
600 LET X=INT(RND*250)
610 IF X<220 THEN 600
620 LET Y=INT(RND*30)
630 IF X/11=INT(X/11) THEN 740
640 IF X/5=INT(X/5)THEN 870
650 IF X/28=INT(X/28) THEN 780
660 IF X/27=INT(X/27) THEN 920
670 IF X-(A*Y)+20<B THEN 710
680 IF X-(A*Y)-25>B THEN 810
690 LET B=INT(1.7*Y)
700 GOTO 1820
710PRINT"YOU HIT IT"X-(A*Y)"YARDS. YOU ARE"B-(X-(A*Y))"YARDS FROM THE GREEN."
720 LET B=B-(X-(A*Y))
730 GOTO 480
740IF X-(A*Y)>B THEN 820
750PRINT"YOU ARE IN THE LEFT ROUGH,"B-(X-(A*Y))"YARDS FROM THE GREEN."
760 LET B=B-(X-(A*Y))
770 GOTO 480
780PRINT"YOU SLICED THE BALL INTO A POND. LOSE TWO STROKES AND REPLAY."
790 LET C=C+1
800 GOTO 480
810 IF Y/A=9 THEN 850
820PRINT"YOU ARE IN A TRAP NEAR THE GREEN."
830 LET B=20
840 GOTO 480
850PRINT" YOU HAVE S*U*N*K THE SHOT............(BIG DEAL)"
860 GOTO 1590
870 IF Y/6=A THEN 920
880 IF B-20<X-(A*Y) THEN 670
890PRINT"YOU ARE IN THE RIGHT ROUGH,"B-(X-(A*Y))+25"YARDS FROM THE GREEN."
900 LET B=B-(X-(A*N))
910 GOTO 480
920 PRINT"THE BALL IS LOST IN THE WOODS. REPLAY AND LOSE TWO STROKES."
930 LET C=C+1
940 GOTO 480
950 REM
960 LET Q=INT(RND*10)
970 IF Q/15=INT(Q/15) THEN 1100
980 IF B>10 THEN 1060
990 IF B>5 THEN 1150
1000 IF Q=7 THEN 1030
1010PRINT"THE TAP IS GOOD."
1020 GOTO 1550
1030PRINT"WHAT? YOU MISSED THE TAP. YOU ARE"B"INCHES FROM THE HOLE."
1040 LET B=1
1050 GOTO 1670
1060 IF Q/3=INT(Q/3) THEN 1170
1070 PRINT"YOU ARE NOW"INT((B/10))"FEET FROM THE PIN"
1080 LET B=B/10
1090 GOTO 1670
1100PRINT"YOU S*U*N*K IT FROM"B"FEET."
1110 GOTO 1550
1120 IF INT((B*9)/10)<=1 THEN 1100
1130 LET B=INT(B/10)
1140 GOTO 1670
1150 IF Q=4 THEN 1100
1160 IF Q/2=INT(Q/2) THEN 1100
1170 PRINT"YOU ARE NOW"INT((B*3)/10)"FEET FROM THE PIN."
1180 LET B=INT((B*3)/10)
1190 GOTO 1670
1200 REM
1210 IF B>75 THEN 560
1220 IF B/28=INT(B/28) THEN 1490
1230 IF B<40 THEN 1270
1240 IF B/20=INT(B/20) THEN 1490
1250 LET B=INT(.6*B)
1260 GOTO 1820
1270 LET L=RND
1280 LET B=B*L
1290 GOTO 1820
1300 REM
1310 LET M=INT(RND*235)
1320 IF A>19 THEN 560
1330 IF M<200 THEN 1310
1340 LET N=INT(RND*5)
1350 IF N<3 THEN 1340
1360 IF B-(M-(A*N))<15 THEN 1510
1370 IF B-(M-(A*N))<25 THEN 1460
1380 IF M/27=INT(M/27) THEN 920
1390 REM
1400 IF M/8=INT(M/8) THEN 820
1410 IF M/69=INT(M/69) THEN 1490
1420PRINT"YOUR SHOT WENT "INT(M-(A*N))"YARDS. YOU ARE NOW"
1430PRINT B-(INT(M-(A*N)))"YARDS FROM THE GREEN."
1440 LET B=INT(ABS(B-(M-(A*N))))
1450 GOTO 480
1460 IF B-25>M-(A*N) THEN 820
1470 LET B=5*N
1480 GOTO 1820
1490PRINT"YOU S*U*N*K IT."
1500 GOTO 1590
1510 IF B-15>M-(A*N) THEN 1370
1520 LET B=INT(ABS(B-(M-(A*N))))
1530 GOTO 1820
1540 REM
1550PRINT
1560 LET E=E+C
1570PRINT"YOU HAVE HAD "C"STROKES ON HOLE NO. "S"."
1580 GOTO 380
1590 IF C<>1 THEN 1550
1600PRINT" **HOLE IN ONE**"
1610 GOTO 1550
1620 PRINT"AFTER 9 HOLES YOU HAVE HAD"E"STROKES."
1630 PRINT"THE PAR IS 36. YOU ARE"E-36"OVER PAR."
1640 STOP
1650 DATA 374,4,434,4,210,3,376,4,205,3,440,4,422,4,510,5,595,5
1660DATA 510,5,434,4,210,3,312,4,428,4,440,4,205,3,515,5,318,4
1670 PRINT
1680 IF INT(B)=0 THEN 1590
1690 LET C=C+1
1700PRINT"WHAT IS YOUR PUTT";
1710 INPUT A
1720 LET T=RND*5.5
1730IFT<4.5THEN1720
1740 IF A>10 THEN 1770
1750 IF A<1 THEN 1770
1760 GOTO 1790
1770PRINT"CAN'T USE THAT. RETYPE."
1780 GOTO 1710
1790 IF A*T+8<B THEN 1170
1800 IF A*T-8>B THEN 1170
1810 GOTO 960
1820 PRINT"YOU ARE ON THE GREEN,"B"FEET FROM THE PIN."
1830 GOTO 1670
1840 END
[/spoiler]***Apawam is a golf game which allows the player to play on the Apawamis Country Club. The player can use a wood, iron, putter and wedge club. With values the player determines the strength of the swing. From the tee the player is told the distance to the hole and after each swing the new distance is made known. In the green the player can use the putter. The ball can also be in the rough. At the end of the 9 holes the player can compare his score to the par of 36.
customlabelminimizesubject
Arcade Games and Sports Spectacular Keypunch Software? Apple II Elabelminimizeminimize
Arnold Palmer Tournament Golf  Sega1989
[64]***
[63]***
[52]***
[37]***
[27]***Tee off! It's time to play in one of the greatest golf competitions ever: The Arnold Palmer Tournament. And he's not going to make it easy. With only 16 players allowed to compete, you'll have to prove yourself to quality. You may be playing on lush country courses, but there's plenty of obstacles, from water hazards to sand traps to the ever present rough.

So, pick your club carefully. Check the weather vane for the wind. Settle your feet and angle yourself exactly. Then go for the pin! Whether you're playing a course in the U.S., Japan or Great Britain, you'll need all your skill.

Study the hole. Is this an impossible dog leg; will you need to hook or slice down the fairway; how deep are you in the rough? Use the practice mode to prepare yourself.

Whether it's the precision of a par three, or the power of a long drive, you'll have to "charge". Al least you can rely on your professional caddy as your right hand man. And remember, Arnie's never far away.***The first golf game on the Mega Drive and it's a nice one. No real innovative gameplay elements, but the good playability and a motivating tournament mode in combination with the best looking graphics of a console golf game at the time of release make this a game you might want to play more often than just one round.
Mega Drivelabelimagesubject
Arubatoros  Telenet Japan1986 MSXlabelimageminimize
Atari Golf ?? C16/Plus4labelimageminimize
Atari Vault Atari (Code Mystics)2016Various trademarks have been changed or removed from many of the games such as "Indy 500" and "Snoopy". Linuxlabelimageminimize
Awesome Golf Atari (HandMade Software)1991You are on the 18th tee, one stroke behind the defending champion. Do you take your caddy's advice and play it safe, or do you risk the water? Awesome Golf provides great realism and a challenge for one to four players.***
[22]***
[37]***
[32]***
[29]
Lynxlabelimagesubject
Bandai Golf: Challenge Pebble Beach Bandai (Tose)1989Play one of the world's most difficult and challenging golf courses on your Nintendo Entertainment System! This super-realistic golf game, complete with its beautiful seaside view and varying wind conditions, allows you to play each of the 18 holes with fantastic accuracy and realism. Enter your handicap, choose your tee-off position, select your club, control your swing and the ball's flight, direction and spin! Try to break par on this course with its challenging slopes, rises, bunkers and water hazards! NESlabelimagesubject
Battle Golfer Yui  Sega1991
[37]***Actually very interesting-looking, and has the option of 'Adventure' or 'Golf Play' on the main menu which turns off the plot.
[Garrett]***It combines a manga-style RPG with a golfing sim.
[???]
Mega Drivelabelimageminimize
Best Shot Pro Golf  ASCII (KID Corporation)1996 SNESlabelimageminimize
Big Challenge Golf: Tokyo Yomiuri Country Club Hen Vap1997 PSlabelimageminimize
Big Event Golf Taito1986 Arcadelabelimageminimize
Big Honour - 3D Artificial Reality Professional Golf World  Artdink1992 NEC PC9801labelimageminimize
Birdie Barrage CDS Software1983Golf. BBClabelimageminimize
Birdie King Taito1982 Arcadelabelimageminimize
Birdie King 2 Taito1983 Arcadelabelimageminimize
Birdie King 3 Taito1984 Arcadelabelimageminimize
Birdie Try Data East1988 Arcadelabelimageminimize
Bomberman Hardball  Hudson;Ubisoft (Hudson)2004Bomberman plays Tennis, Golf, and Baseball. PS2labelimageminimize
British Open Championship Golf Eidos (Looking Glass Technologies)1997Game Description
British Open Championship Golf by LookingGlass is the first and only golf game for your PC that recreates the excitement of competing in one of golf's four major tournaments. Players compete with actual PGA Tour Pros on two of the historic courses where the British Open is held: The Old Course at St Andrews and Royal Troon.

The game will recreate the look and feel of actually playing in the British Open. Players will be totally immersed in a rich gaming environment replete with incredible graphics, sounds and competitive gameplay of the British Open. In-between holes, check the leaderboard to see where you stand in the rankings. Your goal is to make it to the 18th hole on Sunday to win golf's greatest championship!

To make the game more interesting and competitive, Looking Glass has created several unique contests players can participate on through this website. Be sure to check back closer to the ship date for detailed information on these contests. Prizes will include golf clubs and other related paraphernalia.

Looking Glass chose to do this game because it felt it could use its technological sophistication to create a more immersive experience for the PC golfer. Visually, the game will be incredibly accurate with buildings and 3D terrain. The sound players will hear is being meticulously prepared to be as realistic as possible - complete with crowds, commentators and ball strikes. Weather is also an important features so players can experience the changes that take place on courses under varying conditions such as rain, fog, and haze.

Another significant improvement is a unique swing mechanism which is still challenging to master but more intuitive than those of other golf games. Other game options include practice rounds, match play and some new styles of play we can't tell you about just yet!
Windowslabelminimizeminimize
Buick Classic Golf  General Motors (Buick)1991Buick Dimensions 1991 is not the first ad package by Buick for the Mac. But it is the first to include a game. In this case, a golf sim, because, well, Buick is trying to sell cars.

Ford made similar ad packages except they always include car driving sims; go figure.
Mac OS Classiclabelimageminimize
first_page chevron_left 1 of 15 chevron_right last_page
permalink