JASC Soccer

Game development specific discussions.
Pitto
Posts: 122
Joined: Nov 19, 2012 19:58

JASC Soccer 0.17.5

Post by Pitto »

Hi all,
here another release (0.17.5):
http://www.mediafire.com/?omqd0pok6goi9o9

Main new feature added: sliding.
See other features in the `readme.txt` file.

Now I'm working headkicks – Thank You for your support.
I3I2UI/I0
Posts: 90
Joined: Jun 03, 2005 10:39
Location: Germany

Re: JASC Soccer

Post by I3I2UI/I0 »

out of date
Last edited by I3I2UI/I0 on Jan 24, 2013 9:52, edited 1 time in total.
Pitto
Posts: 122
Joined: Nov 19, 2012 19:58

Re: JASC Soccer

Post by Pitto »

I3I2UI/I0 wrote:Hi, some little improvements. […]
Thank You for Your tips. Now JASC looks very better.

Thank you all for your support, I appreciate very much your help. Any constructive criticism, any help, any suggestions are always welcome.
Pitto
Posts: 122
Joined: Nov 19, 2012 19:58

JASC 0.18

Post by Pitto »

Hi all,
here a new version (0.18)
http://www.mediafire.com/?2qlzpk69k9kucq5

New main features:
· headkicks
· custom colors for the team kits (accepts also hex values like `&hFF00FF`) … see below

Code: Select all

paint_kits(COLOR_ORANGE, COLOR_DARK_RED, COLOR_BLACK, COLOR_PURPLE )
other features in the readme.txt into the zip file.
I3I2UI/I0
Posts: 90
Joined: Jun 03, 2005 10:39
Location: Germany

Re: JASC Soccer

Post by I3I2UI/I0 »

Hi Pitto,

Code: Select all

..
#define PITCH_H 608
..
#define SCREEN_W 800
#define SCREEN_H 500
..
#Define PI 3.14159265f
#define PI2 PI/2
#define PI4 PI/4
#define PI1_5 PI*1.5f
#define PI_2 PI*2f

#define GRAVITY 0.980665f
..

'Change Byte|UByte to Integer 
'For a 32-bit Basic use of integer(32-bit) variables is the best way.

'Change for integer division / to \
..
Width SCREEN_W\8,SCREEN_H\16 'set font width 16 pixel + cls
..
..Sqr(((x1-x2)*(x1-x2))+((y1-y2)*(y1-y2)))  'faster
..
paint_kits(COLOR_YELLOW, COLOR_BLACK, COLOR_BLUE, COLOR_WHITE )'BVB Dortmund
..
Last edited by I3I2UI/I0 on Jan 24, 2013 9:54, edited 3 times in total.
Pitto
Posts: 122
Joined: Nov 19, 2012 19:58

JASC Soccer 0.18.5

Post by Pitto »

Hi all,
here a new release (0.18.5):
http://www.mediafire.com/?gcqq40uu96grnur

main new feature:
· Goalkeeper' now can jump
· Team kit colors fully customizable
… other features in the attached `readme.txt` file

soon:
· custom font
· Human player :)

Thank You for Your help and Your feedback.
badmrbox
Posts: 664
Joined: Oct 27, 2005 14:40
Location: Sweden
Contact:

Re: JASC Soccer

Post by badmrbox »

Heh, nice progress Pitto :).
It's cool that the goalies throw themselves around but they sure seem to do it way to much when not needed. You should tone it down a little.
There is a similar problem with the gliding tackles I think. Maybe they should just tackle when the enemy is coming towards them with the ball. Or maybe give every player a aggressive value. High value = Plays dirty and have high chance of getting cards etc. etc.

Keep it up :)
I3I2UI/I0
Posts: 90
Joined: Jun 03, 2005 10:39
Location: Germany

Re: JASC Soccer

Post by I3I2UI/I0 »

Hi Pitto,

Code: Select all

..
#Include "fbfont_24.bas"
'#Include "fbfont.bas" 'FBVersion < 0.24

..

'Change for integer division / to \

'code for /
'fld qword ptr [_Lt_00F3]    -> _Lt_00F3:	.double	32
'fistp dword ptr [ebp-4]

'code for \ (faster, small code)
'mov dword ptr [ebp-4], 32
..

Sub draw_aknowledgements()
  'custom font
  'bmp_to_fbfont ("img/OCR_14.bmp",14,32)
  bmp_to_fbfont ("img/ROMAN_14.bmp",14,32)
  'bmp_to_fbfont ("img/SCRIBBLE_16.bmp",16,32)
  ScreenSet 0, 0
  Color RGB(255, 128, 0), RGB(0, 0, 64)
  Cls
  Do 'clear the keybuffer
  Loop While Len(InKey)
  
  Print
  Print "            A K N O W L E D G E M E N T S"
  Print
  Print " - Lachie Dazdarian - for his tutorials about creating a game in FB"
  Print
  Print " - I3I2UI/I0 for his very useful code tips and cleanup"
  Print
  Print " - The Fbgfx developers"
  Print
  Print " - The FreeBasic Developers"
  Print
  Print " - The FBIde Developers"
  Print
  Print " - All the followers of the"
  Print "   http://www.freebasic.net/forum/viewtopic.php?f=15&t=20637"
  Print "   thread"
  Print
  Print " OKAY, THANK YOU... press a key to QUIT"
  Print " Bye!"
  GetKey
End Sub
..
' and other improvements.
Last edited by I3I2UI/I0 on Jan 24, 2013 9:55, edited 1 time in total.
Pitto
Posts: 122
Joined: Nov 19, 2012 19:58

JASC Soccer 0.19

Post by Pitto »

Hi all,

here the new version (0.19). You can download it from:
http://www.mediafire.com/?269b5oi0qi981br

New main feature added:
· Human control - Cursor keys & Q, W, E keys.

…other features in the 'readme.txt' file

Soon I want implement the I3I2UI/I0's tips for the custom font.
Thank You for Your feedback.
Pitto
Posts: 122
Joined: Nov 19, 2012 19:58

JASC Soccer 0.19.5

Post by Pitto »

Hi everyone,

here the new version (0.19.5) avalaible from this link below:
http://www.mediafire.com/?tc23xdpjs6rmx66

some screenshots:
http://www.mediafire.com/view/?lav23bmg1qy370h
http://www.mediafire.com/view/?h6pn1x9a441541v

here a video (avi file ~ 5 Mb) of the gameplay of Human vs Pc:
http://www.mediafire.com/?257dmbrpb0c5kkl

main new features:
· bird fly view
· only one key (CTRL key) to perform passes, tackles, headkicks, shoots

…other features in the txt file into the zip

Thank You for your support. Your help & feedback & tips are always welcome.
Pitto
Posts: 122
Joined: Nov 19, 2012 19:58

JASC Soccer 0.20

Post by Pitto »

Hello everyone,
I wish to share the new version (0.20)
main new features:
· main menu
· training mode
· debug mode
· smarter way for the human player to pass the ball

here there is the link of the 0.20 version:
http://www.mediafire.com/?ps0dk7t3c20acta

here there is a video of main menu and debug mode(~2 Mb):
http://www.mediafire.com/?kschby2pfbe22p2

Thank You for Your support.
Pitto
Posts: 122
Joined: Nov 19, 2012 19:58

JASC Soccer 0.20.5

Post by Pitto »

Hello everyone,

I wish share the new version (0.20.5):
http://www.pittographic.com/wp-content/ ... 0.20.5.tar

Main new features added:
· fouls
· throw in
· corner kicks

From this links You may download a video preview of the gameplay (~2 Mb):
http://www.pittographic.com/wp-content/ ... review.avi

Thank you for Your support.
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Re: JASC Soccer

Post by D.J.Peters »

good job it's fun to play
on large monitors fullscreen locks better

Joshy
D.J.Peters
Posts: 8586
Joined: May 28, 2005 3:28
Contact:

Re: JASC Soccer

Post by D.J.Peters »

Hello Pitto

here are your JASC soccer on Beaglebone Black ARM CPU :-)
http://www.freebasic.net/forum/viewtopi ... 29#p189329

Joshy
VANYA
Posts: 1834
Joined: Oct 24, 2010 15:16
Location: Ярославль
Contact:

Re: JASC Soccer

Post by VANYA »

Good looks, well done!
Post Reply