Simple Crossword Game

If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
6 posts Page 1 of 1
Contributors
User avatar
bisnes_niko
Serious Programmer
Serious Programmer
Posts: 409
Joined: Tue Aug 24, 2010 1:21 pm

Simple Crossword Game
bisnes_niko
Hello, heres a small crossword game. (Im not sure if I made it right :lol:)

I noticed in the Chat, that hungry was doing the crosswords with ... if txt1 = "L" andalso txt2 " = "O" ... and so on,
it would take him lots of times and you couldn't add your own words

So I deicided to waste 20 minutes of my life and help this guy out.

First off, some pics

The text file with the words, should be like this
(ofcourse you can add your own words)
txtfile.png
The file must be in C:\ drive, named CW1 with no extension if you just want to debug the program
To change it, you must run the project file with VB

As you can see, I made it to split up the letters with "!" mark
The word length must be 10, im adding any length after I've watched this movie :P

This is the GUI. Isn't it nice?
GUI.PNG

Source:
CROSSWORDS.rar

Thanks for reading. If this helped you; Rate & Rep Up ;)

Questions and suggestions are welcome.
You do not have the required permissions to view the files attached to this post.
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Re: Simple Crossword Game
hungryhounduk
Hi macHard

mmm Interesting Idea cooll;

I was going to code mine from Scratch, Like Dim this and that, But i would need to work out where each square on the Form was to be and add all that to the code, and too be honest that would have taken me longer to do that than how i evenually did it :?

But a Good example, nice one 8-)

Chris
Image
User avatar
zachman61
VIP - Donator
VIP - Donator
Posts: 1892
Joined: Wed Dec 16, 2009 9:56 pm

Re: Simple Crossword Game
zachman61
oooooooh.
nice job machard even though its just a source you did good on the design i think
Nailing my feet to the floor is easier than using my own muscles to balance, but you don't see me doing that :)
User avatar
bisnes_niko
Serious Programmer
Serious Programmer
Posts: 409
Joined: Tue Aug 24, 2010 1:21 pm

Re: Simple Crossword Game
bisnes_niko
lmao;

I said it as a joke... gui sux :P

Anyone tried this out yet? And I know I forgot to give hint whats the word lol... how is the user gonna know the word? :D
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Simple Crossword Game
Axel
machHard , is this lol or what :D ? where can it be used in ?
http://vagex.com/?ref=25000
User avatar
bisnes_niko
Serious Programmer
Serious Programmer
Posts: 409
Joined: Tue Aug 24, 2010 1:21 pm

Re: Simple Crossword Game
bisnes_niko
YourSocksRoxx wrote:
machHard , is this lol or what :D ? where can it be used in ?
This was for hungryhounduk :P

Well, others can download it and watch the source


What is this? Crossword game. A suckish one, I even forgot to add Hints and stuff :D
6 posts Page 1 of 1
Return to “Source-Code”