Jump to content

Connect 4 Game


RazerM
 Share

Recommended Posts

[sarcasm]

Wow RazerM VERY impressive script! This is awesome! Keep up the great work, eventually we'll have full-blown 3D video games in AutoIt from you ;).

[/sarcasm]

EDIT: Added sarcasm tags for those of you that don't realize how impossible creating a completely 3D game in AutoIt would be :lmao:.

Edited by dandymcgee

- Dan [Website]

Link to comment
Share on other sites

  • Replies 48
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

;) I doubt that, but thanks for the compliments anyway :lmao:
My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop.
Link to comment
Share on other sites

  • 2 weeks later...

If anyone was experiencing bugs with colours and gradients ive fixed it. ANother update as well. See first post

My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop.
Link to comment
Share on other sites

  • 8 months later...

Uhm....

table.au3

connent4.au3

are working but i found this little errer:P

in connect 4.au3

there is:

$timerLabel = GUICtrlCreateLabel("Closing in 5.0 seconds", 5, 85, )

@RazerM/Fanta

Nice game :)

Minesweeper

A minesweeper game created in autoit, source available.

_Mouse_UDF

An UDF for registering functions to mouse events, made in pure autoit.

2D Hitbox Editor

A 2D hitbox editor for quick creation of 2D sphere and rectangle hitboxes.

Link to comment
Share on other sites

Fixed :)

My Programs:AInstall - Create a standalone installer for your programUnit Converter - Converts Length, Area, Volume, Weight, Temperature and Pressure to different unitsBinary Clock - Hours, minutes and seconds have 10 columns each to display timeAutoIt Editor - Code Editor with Syntax Highlighting.Laserix Editor & Player - Create, Edit and Play Laserix LevelsLyric Syncer - Create and use Synchronised Lyrics.Connect 4 - 2 Player Connect 4 Game (Local or Online!, Formatted Chat!!)MD5, SHA-1, SHA-256, Tiger and Whirlpool Hash Finder - Dictionary and Brute Force FindCool Text Client - Create Rendered ImageMy UDF's:GUI Enhance - Enhance your GUIs visually.IDEA File Encryption - Encrypt and decrypt files easily! File Rename - Rename files easilyRC4 Text Encryption - Encrypt text using the RC4 AlgorithmPrime Number - Check if a number is primeString Remove - remove lots of strings at onceProgress Bar - made easySound UDF - Play, Pause, Resume, Seek and Stop.
Link to comment
Share on other sites

  • 1 year later...

Error occurred :)

>"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\My Downloads\connect4.au3"

C:\My Downloads\table.au3 (31) : ==> Variable used without being declared.:

If $_border > 0 then GUICtrlSetStyle(-1,$SS_BLACKFRAME)

If $_border > 0 then GUICtrlSetStyle(-1,^ ERROR

>Exit code: 1 Time: 0.208

thats what i got anyway hope you fix it i really wanna play :o

Link to comment
Share on other sites

  • 7 months later...
  • 2 years later...

To everyone coming at this after all the comments of thanks. Any errors regarding variables not being declared can usually be resolved by adding the correct includes into the coding.

In this case the missing includes are:

#include <StaticConstants.au3>

#include <GuiButton.au3>

#include <GuiEdit.au3>

So, the includes at the top should read:

#include <GUIConstants.au3>

#include <table.au3>

#include <string.au3>

#include <StaticConstants.au3>

#include <GuiButton.au3>

#include <GuiEdit.au3>

Good luck and enjoy!!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...