Quick Search for:  in language:    
always,liked,logical,games,brain,teasers,etcO
   Code/Articles » |  Newest/Best » |  Community » |  Jobs » |  Other » |  Goto » | 
CategoriesSearch Newest CodeCoding ContestCode of the DayAsk A ProJobsUpload
Visual Basic Stats

 Code: 3,149,602. lines
 Jobs: 144. postings

 How to support the site

 
Sponsored by:

 

You are in:

 
 
PDC 2003: Make the connection
Login



Latest Code Ticker for Visual Basic.
Click here to see a screenshot of this code!HistoryWriter Add-In V.1
By Zvonko Kostovski on 9/3

(Screen Shot)

Click here to see a screenshot of this code!Control Winamp
By Dennis Wollentin on 9/3

(Screen Shot)

Fake Virus Version 1.0
By C.J. Laing on 9/3


][String Encoder
By Andron Smth on 9/3


Font Catalog
By Bill Adams on 9/3


professional search
By Ziad Said on 9/3


Click here to see a screenshot of this code!Drew's Meta Tag Generator
By Drew Phillips on 9/3

(Screen Shot)

Fast BruteForce Class
By §e7eN on 9/3


Click here to see a screenshot of this code!Lotus Domino Exploit Scanner
By §e7eN on 9/3

(Screen Shot)

Click here to put this ticker on your site!


Add this ticker to your desktop!


Daily Code Email
To join the 'Code of the Day' Mailing List click here!





Affiliate Sites



 
 
   

Joe Logic ,A fully editable, fun and addicting game

Print
Email
 
winzip icon
Submitted on: 2/25/2001 1:48:29 AM
By: Jose M. Lopez 
Level: Intermediate
User Rating: By 14 Users
Compatibility:VB 6.0

Users have accessed this code 6210 times.
 
(About the author)
 
     I've always liked logical games, brain teasers, etc., One favorite of mine, though, is too slow and lacks the ability to edit your own levels. Joe Logic is an emulation of this logical game. But Joe Logic is much faster and fully editable! And although the concept is the same, the graphics and the levels are all original. This game is really very addicting. There are 25 levels as of this submission and more are likely to follow. If you make your own levels and would like to share them, please drop me an email. I may add them here. Also, all solutions are included but I would challenge you to try to solve them first.

 
winzip iconDownload code

Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. Afterdownloading it, you will need a program like Winzipto decompress it.

Virus note:All files are scanned once-a-day by Planet Source Code for viruses,but new viruses come out every day, so no prevention program can catch 100% of them.

FOR YOUR OWN SAFETY, PLEASE:
1)Re-scan downloaded files using your personal virus checker before using it.
2)NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
3)Scan the source code with Minnow's Project Scanner

If you don't have a virus scanner, you can get one at many places on the net including:McAfee.com

 
Terms of Agreement:   
By using this code, you agree to the following terms...   
1) You may use this code in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.   
2) You MAY NOT redistribute this code (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.   
3) You may link to this code from another website, but ONLY if it is not wrapped in a frame. 
4) You will abide by any additional copyright restrictions which the author may have placed in the code or code's description.


Other 13 submission(s) by this author

 

 
Report Bad Submission
Use this form to notify us if this entry should be deleted (i.e contains no code, is a virus, etc.).
Reason:
 
Your Vote!

What do you think of this code(in the Intermediate category)?
(The code with your highest vote will win this month's coding contest!)
Excellent  Good  Average  Below Average  Poor See Voting Log
 
Other User Comments
2/25/2001 5:13:29 AM:Ackbar
Excelent and very addictive. Great job 
:)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/25/2001 7:59:30 AM:SqueakMac
Wow, this is great, I can't stop 
playing!
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/25/2001 8:59:41 AM:Paul
Brilliant! This has got to make code of 
the month
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/25/2001 10:18:39 AM:CovertLoop
I got an error on this line:  Open 
stFileName For Input As #1
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/25/2001 2:33:36 PM:Jose M. Lopez
Wow! 
Thanks for the great 
compliments
and 
votes!
CovertLoop:
The cause of 
this error depends on when
it 
occurred. 
stFilename is used to open 
the
play/solution text files.
If you 
are just playing, then only
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
2/25/2001 2:48:53 PM:Jose M. Lopez
Looks like I got 
truncated.
CovertLoop:
The cause of 
this error depends on 
when it 
occurred.
stFilename is used to open 
theplay/solution text files.If you 
are just playing, then Joe 
Logic
only opens "levels.joe"
 If you 
are editting, appending and
saving, 
then these other files may
also be 
openned:
"singlelevel.tmp"
"levels.tmp
"
"moves.tmp"
If Joe Logic can't find 
these files
then this error will 
occur.
 Verify that they are 
there.
Also, be sure to open Joe Logic 
from its
directory. (double 
clicking)
 If you open Joe Logic 
using
"file/open" from the VB IDE 
then
Joe Logic will not be looking 
for
these files in the right place.
I hope this helps.
If not please let 
me know.
Thanks! :o)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
3/3/2001 11:53:11 AM:Criticizer
Wonderful code and game =)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
3/11/2001 4:53:25 AM:alex
brilliant and very addictive 
game=]
nicely done.
Just a 
suggestion, maybe you could add an 
option for users to customise key 
controls.
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/9/2002 9:09:19 AM:Visualcode
I like this, glad you won the contest 
About time someone who should win wins, 
all the good ones i see lose and some i 
really dont like win
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
4/11/2002 1:51:06 AM:Jose M. Lopez
Visualcode,
Thanks for the nice 
compliments and vote!
I am almost 
finished with the sequel which will 
have
an all around much nicer format, 
especially in the editting. 
You are 
right though, some programs which are 
clearly the product
of hard coding 
hours don't seem to fair as well as 
some 
which might be of a lesser 
caliber. 
It is too bad though, 
because I am sure 
there are alot of 
good programmers out there 
who may 
not be getting the recognition deserve, 
hence are losing the initiative to 
volunteer 
their hard coding hours for 
us. :o)
Keep the Planet clean! If this comment was disrespectful, please report it:
Reason:

 
Add Your Feedback!
Note:Not only will your feedback be posted, but an email will be sent to the code's author in your name.

NOTICE: The author of this code has been kind enough to share it with you.  If you have a criticism, please state it politely or it will be deleted.

For feedback not related to this particular code, please click here.
 
Name:
Comment:

 

Categories | Articles and Tutorials | Advanced Search | Recommended Reading | Upload | Newest Code | Code of the Month | Code of the Day | All Time Hall of Fame | Coding Contest | Search for a job | Post a Job | Ask a Pro Discussion Forum | Live Chat | Feedback | Customize | Visual Basic Home | Site Home | Other Sites | About the Site | Feedback | Link to the Site | Awards | Advertising | Privacy

Copyright© 1997 by Exhedra Solutions, Inc. All Rights Reserved.  By using this site you agree to its Terms and Conditions.  Planet Source Code (tm) and the phrase "Dream It. Code It" (tm) are trademarks of Exhedra Solutions, Inc.