List All Pages
Original author: Bob Albrecht
Description: 23 matches is one version of popular game where idea is to remove items from a table.
In this case, there is 23 matches at table. You can remove one, two...
If Planet1 is x1 = 20, y1 = 20, z1 = 100 and Planet2 is x2 = 40, y2 = 40, z2 = 200
3D
distance=Sqr((x1-x2)^2 +(y1-y2)^2+(z1-z2)^2)
2D
distance = Sqr( (x1-x2)^2 + (y1-y2)^2 )
'Demostrates how to calculate line of sight and display visible and non visible tiles
'Richard D. Clark
'Public Domain
'Key consts Const xk = Chr$(255) Const key_up = xk + "H" Const key_dn = xk...
About ASCII/ANSI Art:
Just what is ASCII Art? The first thing to come to mind might be something you've seen on a computer. But that's actually an evolution of something much older than the...
by Chris Warren-Smith
The SmallBASIC project commenced in May 2000 by Nicholas Christopoulos and was initially designed for the Palm Pilot.
The 'Small' prefix in the project name reflects the...
Introduction
As you might have noticed, if you've search the internet for ASCII and Text related development projects, applications, games, tools and utilities, You might be able to find them,...
Original author: Bill Palmby.
ORIGINAL:Original game did randomize three cards.
Then two first cards was revealed to player while third card still hided.
After this, player had to choose do he...
Ada for Linux
Barnes ADA 95 website
Very good ADA 95 website for ADA beginners and even for bit more experienced ones. Includes so much things about ADA, that its impossible to mention it all in...
WALKTHROUGH FOR COLOSSAL CAVES ADVENTURE
by Sean L. Palmer
released to the public domain
This is a walkthrough for the 350-point version of the Colossal Caves
Adventure by Crowther and Woods. It...
To boldly go…
In 1971, Mike Mayfield probably didn't know what he was starting when he wrote his very first Star Trek game. In the course of the following year, he had already ported it to...
INTRODUCTION:
Welcome to the Applications section. Simply put, whatever is not a game is an Application. That includes specific business management tools, utility programs, decision making...
Original post in FreeBASIC Forums
''There's a code challenge to code the best ascii demo effect in Freebasic going on over at the dbf/gvy forum, so I made a 3D starfield out of ascii, it's the...
Just save this source as normal .html file in your computer and open it with browser.
You can check online version of this demo in here.
<html>
<head>
<title>Web...
I give all honor for modern games. They includes 3D effects that has never been seen before, and best part of these games is that they advance all the time. Specs that modern day computers offers...
Randomize Timer
'' ************ ASCII CUBE ************
''
''
'' Code : Hezad (Hezad0 at Gmail dot com)
''
''
''
Const _255 = 1/255
Const MAX_Z = 50
Redim Shared As Single...
About ASCII Art:
About ASCII Art
ASCII Art Academy - Articles and Tutorials by Roy Sac
Famous and known ASCII Artist's:
Joan G Stark aka jgs
llizard aka ejm
Website previews:
Chris.Com Website...
Nice small code lists all ASCII chars on screen in beautifull order.
'Graphic screen ascii chart for low and high ascii chars'
'Richard D. Clark'
'Public...
Generates a tunnel effect.
'Ascii Chladni Tunnel
option explicit
#define chs 64
#define tw 160
#define th 128
'Jofers
Type Pixel_Color
B As Ubyte
G As Ubyte
R As Ubyte
A As...
Here are chladni patterns in glorious ASCII.
'Chladni Fractalish Demo3
'http://local.wasp.uwa.edu.au/~pbourke/modelling/chladni/
'Thanks to Taj for the idea and Tan function suggestion
'Jim,...
Collective websites:
ASCII/Text Art History Article by Roy Sac
Text Art History Video (1 hour) by Roy Sac
Keyboard Text Art Pre-Computer ASCII Art by Roy Sac
ASCII Art Gallery - objects
So much...
Nerd-Boy
The Adventures of Nerd Boy started out as a simple ASCII doodle.
Chickenman
Chickenman is an asciimated comic strip
ASCII Art farts
Thousands of ASCII pictures, comics…
ASCII Comics...
GFASCII Message boards : forum
boondockS! : ASCII Scene Forums for PC and Amiga
Downmix : ASCII, ANSI, & Hires Scene News & Releases
Thuglife.Org : Ascii & Scene Board that provides you...
KindlyRat
KindlyRat's homepage at geocities.
Jace Masula's QBASIC Lab
This is Jace Masula's QBasic Hobby Programm website. It features some very interesting projects, definitaly a must see for all...
Font: AW-Normal
_____ _____ _____ _____ ______ _
/\ / ____|/ ____|_ _|_ _| | ____| | |
/ \ | (___ | | | | | | | |__ ___ _ __...
GoASCII ASCII : Code Converter
Toogle : Toogle is a Text version of Googles Image Search. Currently it creates images out of the very term that was used to fetch those images, later we will...
This is first game snippet by TsaTsaTsaa Pretty simple, but neat jumping ASCII game. Tested with Linux and FreeBASIC .16b but should run fine with other OS's too.
NOTE: I recommend to change line...
What is ANSI Animation by Roy Sac
More ANSI Animations by Roy Sac
ASCIImator
ASCIImator is a very simple program which allows to create animation with ASCII characters (ascii animation) quickly and...
The ASCII character set has gone through numerous changes over the years. This page lists some of the resources available that discuss the ASCII standards process over the years. ASCII is only one...
ASCII/Text game and related Websites
Game websites and collective websites:
Text-Mode.com
a LARGE archive of text/ascii games you can download and play.
Mud Magic
Your exhaustive resource for text...
ASCII tools, generators, programming and converters
Images to ASCII:
ASCII-Art.Org
Making Text Useful Nice online img2ASCII editor.
ToolPanel.org
This tool enables you to generate ASCII images of...
INTRODUCTION: Welcome to ASCII-World. This website is completely dedicated to the anything and everything related to Text and ASCII. We strongly believe that ASCII is far from dead. It has a very...
Questions
What is ASCII-World and who are behind of it?
What is ASCII?
What is a text game?
But why most of programs you offer to download, uses graphical screen?
Why bother? No one cares these...
Interviews
Interview with Stephane Richard by E.K.Virtanen and Stephane Richard
Classic Dos Games And Dosguy Behind It. An Interview by E.K.Virtanen and DOSGuy
Interview with Richard D. Clark by...
Option Explicit
Randomize TIMER
DIM Now AS Double
DIM Counter, Randomed, Counter2, Level, LevelRounds, TotalRounds AS Integer
DIM KeyPress AS String
Level = 0
TotalRounds = 0
LevelRounds = 0
DIM...
Basicprogramming.org
Place for everything, anything and eveyrone for and about BASIC programming
QBasic Station
Good place to hang on for any QB fan.
PCopy!
PCOPY! is a magazine created for the...
Welcome to BASIC Tutorials.
In this page, you can see what tutorials for separate BASIC programming languages there exists in ASCII-World.
Beginners QBASIC Lessons
Programming QBASIC Part One by...
INTRODUCTION:
Welcome to the 3rd of this file manipulation series, you guessed it by the title already, we'll be covering the concept of binary file access. What are those? The answer comes in more...
'Public Domain
Option Explicit
Type gl32type
pixel As Integer
clr As Integer
End Type
Sub PrintGlyph(obj() As gl32type, grow As Integer, gcol As Integer)
Dim As Integer i, j, row,...
2 colour bitmap to ASCII converter by Na Than.
Needs allegro library.
#include
#include
#include
// This uses a conversion for bitmap only images.
// the conversion is based on Rob Harley's...
Tutorial from here will be converted to this page.
INTRODUCTION:
As you know, when you program any project in any 16 bit language, you are usually limited, in one way or another, to the dreaded 640Kb of memory limit. This is because of DOS's...
CProgramming.com
Cprogramming.com is a web site designed to help you learn the C or C++ programming languages, and provide you with C and C++ programming language...
‘Guess a number program on Casio FX 9860 calculator
‘ LanceGary http://forum.basicprogramming.org/index.php/topic,821.0.html
ClrText
RanInt#(1,100)->A
“Casio has chosen a”
“number...
Guess Game by Kashif Khan
Bitmap To ASCII Generation by Na_th_an
NOTE If someone likes to add snippets here, please check out used tags from some snippet allready here. IE: programming language,...
Simple example how to center text on middle of screen with QBasic/FreeBASIC.
DIM Words$(15) ' Makes an array
SCREEN 0: WIDTH 80, 50: CLS:COLOR 6 ' Set's the screen
' Ok, you know what now...
Warehouse for ton's of ASCII art creations.
____ _ _ ____ _ ____ ___ ____ ___ _ _ ____ ____ _ ____ _ _ _ _ ____ ____ _ _ , ____
| |__| |__/ | [__ | | | |__] |__| |___ |__/ |...
DOSGuy is familiar for some of us from our bulletin board. What we do know about him is that he maintains Classic DOS Games website and thats about everything. He's guy who has nearly 200 games...
This is going to be part of my QB-like IDE (QBLIDE, pronounced cube-lied). It scrolls text with the arrow keys. Thanks to DJ Peters (Joshy) for the base code, and Dr_D for correcting my UDT errors....
COMMERCIAL AND PROFESSIONAL APPLICATION DEVELOPMENT
Part Five - Testing And Debugging
INTRODUCTION:
And here we are, you coded your big application project, you were prepared for it to, and today...
COMMERCIAL AND PROFESSIONAL APPLICATION DEVELOPMENT
Part Four - From Conceptualization To Application
INTRODUCTION:
Welcome to this Fourth part of this series. We've covered, I believe, alot of...
COMMERCIAL AND PROFESSIONAL APPLICATION DEVELOPMENT
Part One - The Beginning Of A Project
INTRODUCTION:
When you program a small game or a small utility size application, most of us just sit down...
COMMERCIAL AND PROFESSIONAL SOFTWARE DEVELOPMENT
Part Seven - Project Maintenance And Future
INTRODUCTION:
Welcome to the seventh and final part of the series on commercial and professional...
COMMERCIAL AND PROFESSIONAL APPLICATION DEVELOPMENT
Part Three - The Conceptualization Process
INTRODUCTION:
And here we are, the 3rd part of this series. What exactly can you expect in this...
COMMERCIAL AND PROFESSIONAL APPLICATION DEVELOPMENT
Part Two - The Details Behind The Project
INTRODUCTION:
Welcome to the 2nd part of this series. I'd like to start by doing a summary of what we...
COMMERCIAL AND PROFESSIONAL APPLICATION DEVELOPMENT
Part Six - Installation and Integration
INTRODUCTION:
Welcome to the Sixth and final part of this series. I don't have to remind you of...
Originally posted at python-forum.org by redmarvell
"""Numbers to Words
- converts Numbers to their verbal equivalent"""
# Marianne Williams 12 OCT 2007 Toronto, Ontario
# This program may be...
' =============================================
' = Countdown =
' = Original program by Mark Chambers =
' = from BASIC Computer Games Vol. II =
' =...
INTRODUCTION:
Welcome to this advanced technique created by myself. In this technique we'll learn how to create custom controls for VB-DOS Professional Edition (this is the only one that allows us...
INTRODUCTION:
Today, with FreeBasic and it's new realm of possibilities, the Qmunity can now see database application as a definite possibility. Indeed efforts are being made to integrate ODBC to...
INTRODUCTION:
Welcome to this second installment of the Database Design series of articles. As we stand today, we've covered most of all the theory relevant to database design. You are now equipped...
INTRODUCTION:
And here we are, the third part of this series. As promised, this document will cover everything you need to know in order to create, maintain, and query a database properly using the...
INTRODUCTION:
Welcome to this 4th and final part of the complete database study series. As I mentioned in the 3rd part of this series, we will be covering the part of Structured Query Language that...
ASCII demos, just as anykind of demos can be anything between from simple moving picture to full lenght movie.
Here we have some great demos, created with using ASCII.
THE DEMOS:
ASCII Starfield...
Original author: Daniel Freidus
Description:
Dice is not a game. It is a dice simulator. It ask's how many times you want to roll two dices, counts how much they are together, saves result on array...
DOS Gaming
'80s DOS Games
Good retro style lay out and some great old DOS games.
DOS Games
Home of DOS games on the web
Abandonia
Home of abandoned DOS games
Classic DOS Games Wiki
A wiki is a...
INTRODUCTION:
Looking at programming projects past and present it seems that one good advantage to ASCII and Text development is that you do not have to be binded by a bunch of rules, guidelines...
Scroll end text's same way as they goes in end of movies. Uses LOCATE and PRINT, no any PUT, GET etc. stuff, so i dare to say this is pure ASCII "scrolling"
' ASCII end text (what ever)...
Fading by Rick D. Clark
'text fade in and out.
Option Explicit
Declare Sub CenterText(row As Integer, mess As String)
#Define cstep 1
Const fbBlack = Rgb(0, 0, 0)
Screen 18, 32
Dim As Integer...
Since GEdit is "official text editor" for Gnome and pretty popular but does miss FB syntax colors, here is how you get them. I made this first like year ago, lost lang file, used vb.net colors but...
Easy way to install FreeBASIC-v0.18.2b-linux + needed libraries for your Ubuntu system.
1) Copy code below in some text editor, save it as installFB (no extension for file) in your home/user/...
'Fire Particle System
'Thanks to Shockwave for code help.
'*****************************************'
option explicit
#include "tinyptc.bi"
#define tw 100
#define th 75
#define maxage 70
#define...
THE FREEBASIC COMPILERS:
Because of the differences between FB 0.15b and 0.16b we decided to make 0.15b still available here. Reason being that FB 0.16b contains some language changes that not...
ASCII and low-res Cube by Hezad
2D torch by Rick D. Clark
ASCII Jump by TsaTsaTsaa
Island generator by Rick D. Clark
Reflections of Ascii World by Rick D. Clark
Fire Particle System by Rick D....
thefreecountry.com
thefreecountry.com is collection of free programming resources, free webmasters' resources and free security resources.
NoSoftwarePatents.com
Copyright protects authors but...
Blassic
The main goal is to execute programs written in old interpreters.
thinBASIC
thinBasic is a script language interpreter for Windows.
See also: About thinBasic by Eros...
Welcome to the Games section.
Well here we accept any type of game, from arcade games to full strategic simulations, from number guessing to full fledge world war end of world type games. If you...
Choose game page; Games Main - 1 to 20 - 21 to 40 - 41 to 60
Amazing Maze Ver. 1.2
Donovan W. Foster. 1983. Freeware.
DOS - Screenshot
Labyrinth game. This one has multiple skill and game...
Choose game page; Games Main - 1 to 20 - 21 to 40 - 41 to 60
Castles & Kings.
Steve Hanson. 1988. Public Domain
DOS - Screenshot
Awesome game, what goal is to become the sole Ruler of...
Choose game page; Games Main - 1 to 20 - 21 to 40 - 41 to 60
Return to Kroz
Apogee, 1989. Freeware
DOS - Screenshot
One of the many sequels in the epic KROZ series which started with...
Free Programming Resources
Free Programming Resources is a directory of links to free programmer resources including free programming tutorials, free online programming books, free compilers, free...
Original post at python-forum.org by redmarvel.
he user can choose the Default, select a TXT file or type in each of the words to be included in the final puzzle.
As with all my code, you can use...
You can use libraries as you use Subs and Functions.
Library is really easy to create and you can add there routines and codes that are used in your programs often, just as you use Subs and...
Original author: Walt Koetke.
Description: Guess is similar to what number im thinking of game. Guess randoms a value between 1 to limit player has given and then player tries to guess wich number...
This is a source code of "Guess Game", which i have created. you will guess the name of a personality, place or sports player etc. It is played using keyboard only. compile with turbo c/c++...
We all know that simple game called "What number im thingking at?"
Here is a bit modified version of it. At start, program randoms 5 numbers between 1 to 100. Then it ask's you to guess number.
If...
You heard about that game or even played it with your friend?
Description:
Guess what number im thinking now is simple but pretty popular and old game what can be played by two, up to unlimited...
Originally contributed to http://www.arachnoid.com/linux/shell_programming.html
secretNumber=$(( ((`date +%N` / 1000) % 100) +1 ))
guess=-1
while [ "$guess" != "$secretNumber" ]; do
echo -n...
/* ****************************************************************************
C Guessing Game by MystikShadows (Stephane Richard) Public Domain...
/* ****************************************************************************
C Guessing Game by MystikShadows (Stephane Richard) Public Domain...
Originally contributed to http://www.arachnoid.com/linux/shell_programming.html
secretNumber=$(( ((`date +%N` / 1000) % 100) +1 ))
guess=-1
while [ "$guess" != "$secretNumber" ]; do
echo -n...
1 ' ************************************************
2 ' * Guess what number for ChipMunkBasic *
3 ' * E.K.virtanen. 2007, public domain *
4 ' * Made for...
' Guess what number for FreeBASIC .17b stable
' E.K.virtanen. 2007, public domain
Randomize TIMER
CONST MIN = 1
CONST MAX = 100
Dim AS Integer Plr_guess, Randomed, Rounds
' Main module of...
{ Guess program. public domain as of august 13th 2007. Mystikshadows }
Program GuessingGame;
Uses
Crt;
Const
RandomMinimum = 1;
RandomMaximum = 100;
Var
RandomNumber:...
# Guess what number for python. My one of first python codes so it prolly looks ugly as hell.
# E.K.virtanen. 2007, public domain
# modules we need here
import random
import os
# function wich...
' Guess what number for QBASIC
' E.K.virtanen. 2007, public domain
RANDOMIZE TIMER
CONST MIN = 1
CONST MAX = 100
' Main module of program.
DO
COLOR 15, 0: CLS
Randomed% = INT(RND *...
' Guess what number for RunBASIC www.runbasic.com
' E.K.virtanen. 2007, public domain
' asciiworld@gmail.com www.ascii-world.com
' Made because of this; http://www.ascii-world.com/guess-it
'...
REM Guess what number for SmallBasic
REM E.K.virtanen. 2007, public domain
REM Made for http:: REMwww.ascii-world.com/guess-it
REM const variables
const Lowest = 1
const Highest = 99
REM main...
' Guess what number for thinBasic 1.5.0.1
' Eros Olmi. 2007, public domain
'---Load console module
uses "Console"
'---Start random number generator
Randomize TIMER
'---Define min and max...
// Guess what number for yaBasic
// E.K.virtanen. 2007, public domain
// Made for http://www.ascii-world.com/guess-it
// const variables
Lowest = 1
Highest = 99 // used as rand(Highest) +...
Wiki Documentation
ASCII-World runs on the unbelievably cool wikidot wiki / content management software. Everything you need to know (and some things you don't care to know) about editing pages on...
Cant login?
It might be up to our domain handling. Use url http://ascii-world.wikidot.com instead of http://www.ascii-world.com
Code tags wont work?
Code tags works differently than in bbcode. To...
Introduction
ASCII (American Standard Code for Information Interchange). Today, we certainly take this for granted. To most of us, ASCII is nothing more than a set of characters than any text based...
If you are allowed to edit pages in this Site, simply click on edit button at the bottom of the page. This will open an editor with a toolbar pallette with options.
To create a link to a new page,...
A Text Whaty-What?
Well, let's get to it. First of all, I will explain what a text parser is. A text parser is a program that can take text input and break it up into meaningful components in some...
Iconizer - A stupid program to convert text into icons to display on Ascii-world forums. There is no real purpose to this other than I need a break from another...
Game Engines
Inform 7
Inform is a design system for interactive fiction, a new medium for writers which began with adventure games in the late 1970s and is now used for everything from literary...
No matter where you've been in the QMunity no matter which forum you visit or why you visit them. One name always seems to appear there. A name that always seems to find the time to help you with...
So, who, what and where are you?
My name is Stephane Richard, I was born in Canada (not by choice) I'm 38 years old soon to be 39. I'm a software developer by career and by hobby at home. I've...
Generates some islands. The elevation run from 0 to 255.
'Island Generator
'Based on tutorial at:
'http://www.robot-frog.com/3d/index.html
'Richard D. Clark
'Public Domain
'Space to regen, esc to...
JavaScript Strarfield. by Rattrapmax6
ASCII 3D Starfield in Java by Rattrapmax6
NOTE If someone likes to add snippets here, please check out used tags from some snippet allready here. IE:...
Just copy this as .html file in your computer and open with browser.
You can check it as online version in here.
<html>
<head>
<title>Web Demo!</title>
<script...
Queen of ASCII art
Joan Stark is the woman behind the initials "jgs". Many have seen them, even non-ASCII art fans. If we would start looking for ASCII art all over the internet, "jgs" would be the...
Who can join?
You, your friend or anybody.
Our policy is that ASCII-World is wiki, not admin controlled website.
Naturally, we do have admins and moderators to keep an eye what is happening here...
Simple piece of code as example how to use KeyPad and Arrow Keys to move player. Feel free to use as you want.
' With this piece of code you can use KeyPad
' with out wondering if NumLock pressed...
INTRODUCTION:
Welcome to Learning C The Easy Way C learning series. If you're serious about learning C but were often told that C is cryptic and very hard to understand and comprehend well you're...
Learning C The Easy Way
Chapter One - Getting Started
Introduction:
Welcome to this series on learning the C language. C is a very different language especially if you come from a different...
INTRODUCTION:
Welcome to the Libraries section. There are many types of libraries that can appear here. For instances, maybe you made an excellent scripting engine for RPG games, maybe you have a...
This is graveyard for links that has been removed from our related-links.
Some of sites might have changed url, but in case we dont have knowledge of it, we need to move them in here.
If you see...
Small but great ASCII art's
llizard is known from a set of small but elaborate (and also funny) ASCII art creations. Aside the jokes, there are also often good points and messages behind llizard's...
Ok, time to get familiar with logical operators. Logical operators are extremely usefull when coding allmost anything. In matter affact, i cant even think coding with out these operators. With...
The Problem
One of the continuing problems of software design is managing complexity in large programs. The problem is easily defined: as a program grows, the number of interactions between code...
Introduction
In Part 1 I introduced the idea of program complexity. In this article, I take a deeper look at the problem.
What is Complexity?
First though, let me define complexity in relation to...
"On two occasions I have been asked, 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of...
% Guess what number for MATLAB 7.5.0
% rCX. 2009, public domain
MIN = 1;
MAX = 100;
Plr_Guess = -1;
while true()
clc %Clear Command Window
Randomed = uint8(rand() * ((MAX + 1) - MIN) +...
Cruzan.info
Some of my simple QB programs that are Text based.
Virtual Ink
Rick D. Clark's central repository for he's writing projects.
Chandler Klebs
Homepage for Chandler Klebs
Clark...
Add in remotes and type /ascii to see the ascii chart.
alias ascii { $iif(!$dialog(ascii),dialog -m ascii ascii,dialog -v ascii) }
dialog ascii {
title "Ascii Chart [/ascii]"
size -1 -1 124...
Binary Dinosaurus
Great page about home computing history. Includes so much stuff, that listing even the greatest ones would fill this whole page you are viewing at.
Classic Retro Games
"Many...
General howto's, tutorials and related.
FreeBASIC
FreeBASIC syntax color to GEdit
FB to ubuntu install script
http://www.shnetworks2.net/~asciiwor/tiki-view_articles.php?topic=1
ASCII-World. Two years and still kicking… (somewhere at Asciratzi???) Done. rdc
ASCII-World logos… (somewhere at...
INTRODUCTION:
After doing some searches, I quickly noticed that there simply wasn't an official tutorial or technique for manipulating the mouse in FreeBasic. Therefore, I decided to write this...
if you would like to get in touch with me you are more than welcome to use one of the following methods of reaching me. I recommend you try email first however as it is what I check most...
You could possibly link this to the forum and have a blog like posting thing here. I'll check into it. I know wikidot has this functionality, but I've never used it. —hartnell
Original author: David Ahl
Description: Nearly all of us has seen some mathematical formulas with what is possible to solve a number what other person is thinking at. In some formulas, that other...
Windows & DOS
Windows 95 / DOS 7 Batch Programming
Batfiles The DOS batch file programming handbook & tutorial.
EasyDOS DOS the Easy Way Guide to MS-DOS.
Command syntax for Windows XP.
The...
What are Tags?
See: Tag (metadata)
taoyue.com
Learn Pascal tutorial by Tao Yue
How To Code: Pascal
Good article by Stan Sieler.
Pascal Central
Pascal Central is the one place to obtain all things Pascal: Pascal technical...
IMPORTANT NOTE!
This page is removed soon because of this; http://pcopy.wikidot.com/start
ASCII-art by llizard
Gallery of original ASCII-art by llizard aka ejm
The EPiCENTRE
Some of the best ascii artists are in the gallery.
Roy of Superior Art Creations
Official Homepage of Roy/SAC aka...
This snippet was posted originally at python-forum.org by redmarvel
#!/usr/bin/python
""" Print Snoopy to the Screen"""
# Marianne Williams 03 JUL 2007 Toronto, Ontario
import sys
import...
Hi and welcome to lesson 5. Well well well, you have learned a lot's of commands?
Well, not so many if we consider how many there are still to learn =) Anyway, with those commands you have learned...
Hi and welcome to lesson 4. Now we use some commands that don't effect on screen necessarily.
RANDOMIZE TIMER ' Here we make sure that we get random numbers from computer
Guessed = 0 ' Makes sure...
These lessons are ment for beginners of QBasic. I only assume that you know and are studied QBasic editor enough to know where Save File, Run, Help and so on are. It means that you are already once...
Hi and welcome to lesson 3. This time we are going to make once again a bit complex program than last time. Well, let's make more complex than a bit. There are going to be more than one command you...
Ok, ready to take step on next level? This time, ill talk a bit less at start and give you a new code. You probably remember what to do with it =)
CLS
INPUT "Write your name and press ENTER"...
SourceForge
World's largest Open Source software development web site, hosting more than 100,000 projects and over 1,000,000 registered users.
berliOS
Goal of BerliOS is to provide support for...
INTRODUCTION:
Don't be scared by the title. Believe it or not, it's amazing the problems that can be solved just by taking the time to implement a proper error management system into your code....
MystikShadows showed me this as a flash game, and i made a basic version of it. have fun:
'psychic thing
'public domain... insomuch as a total ripoff of someone's flash
'game is public domain of...
Python 101 — Introduction to Python
Dave Kuhlman
http://www.rexx.com/~dkuhlman
Email: moc.xxer|namlhukd#moc.xxer|namlhukd
Release 1.01
July 5, 2006
Front Matter
Copyright (c) 2003 Dave...
Python-Forum.Org was one of the first python programming forums wich i did find when i got interested with python programming. Most of all, it's simplicity was something that we really liked. It...
sebsauvage.net
Excellent python website. Includes snippets (snyppets) and other good stuff for python programmers.
Python.org
Python Programming Language Official Website
Python 2.5...
Generate a Word Search Puzzle By redmarvel
Send a file using FTP By sebsauvage.net
Convert Numbers into Words By redmarvel
Print Snoopy to Screen By redmarvel
Snakes on a plane By MikeMcG
NOTE If...
Welcome to Python Tutorials.
In this page, you can see what tutorials for Python programming language there exists in ASCII-World.
Python for beginners
Python 101 -- Introduction to Python by...
Text menu by Don Smith
Text scroller by E.K.Virtanen
Text Map Generation And Control by E.K.Virtanen
KeyPad handling example by E.K.Virtanen
Centering Text On The Screen by E.K.Virtanen
Smiley...
Introduction
Well, most of us knows who and what is Richard D. Clark . From his website, you can find nice range of games, programs and even books to enjoy. "Latest" (when writing this review, he's...
INTRODUCTION:
Welcome to this second installment on file manipulation in QuickBasic and FreeBasic. In the first installment, we covered sequential file access (Quick note, Sequential file examples...
Normally if programmer wants to randomize (ie) 1000 numbers and all numbers should be different than others (all numbers only once) he/she first randomizes number, then loops all ready randomed...
You need to copy both files. aw2.bi and reflection.bas
'Ascii Reflection Program
'Richard D. Clark
'Public Domain
'*********************************************
#include "aw2.bi"
#define tw...
The ASCII-World related links is where you can find other websites that have relevant information or projects. They could be other websites boosting the ASCII effort, ASCII projects in the making,...
NOTE: This project is under move from Retro2FB wikipage.
Let's give the classics a new breath…
Retro2FB - Retro2FB Info - Retro2FB Ported Games - Retro2FB Wish-List
Welcome to the Retro2FB wiki...
Retro2FB - Retro2FB Info - Retro2FB Ported Games - Retro2FB Wish-List
THE WORK INVOLVED:
Well basically, there's a couple of steps that we'll need to follow in order to reach our goal one program...
Let's give the classics a new breath…
Retro2FB - Retro2FB Info - Retro2FB Ported Games - Retro2FB Wish-List
Games listed here are moved from old site, and also ported to work with FreeBASIC .17...
Let's give the classics a new breath…
Retro2FB - Retro2FB Info - Retro2FB Ported Games - Retro2FB Wish-List
Wishlist: Everything from AtariArchives :)
In this review, I will be covering Rattrapmax6's ASCII Scrolling Map Maker 1.0, a great tool for whoever needs to create a scrollable map for their games. To start this review off, here is a...
Ancestors of roguelike. From where it all got started?
We need to go back, all the way at year 1972 to find the first game what is commonly considered given influence for roguelike games. But...
Ruby Programming Language
Ruby, A programmers best friend.
Try Ruby
Try Ruby in your browser.
Ruby in 20 minutes
This is a small Ruby tutorial that should take no more than 20 minutes to complete.
ASCII Invaders
Corey Mercer, 2001. Shareware.
DOS - Screenshot
Basically it's Space Invaders in ASCII format but with a few added features like nuclear bomb's and other funny things.
This is a useless program but it is like a scroll messenger. Might be useful for something.
DO
CLS
COLOR 8
LOCATE 2, 2
PRINT "c";
SLEEP 1
PRINT "o";
SLEEP 1
PRINT "r";
SLEEP 1
PRINT "e";
SLEEP...
Original post at sebsauvage.net
import ftplib # We import the FTP module
session = ftplib.FTP('myserver.com','login','passord') # Connect to the FTP...
INTRODUCTION:
It is true, that all great programs seem to have one thing in common, they all allow to save data in some form or another. Whether it's scores to a game, the whole game, data for a...
GENERAL
About ASCII World
News & Events
Recent Changes
Related Links
Bulletin Board
Staff/Contact
Page Tags
Helping Out
Want to join?
ASCII
ASCII code table
Standards
History
ASCII Art
Art...
Simple example how to mess letters of words. I use FreeBASIC authors names here. This program messes letters order and asks can you figure out whos name is messed.
' wanabe stuff first ;D
'...
This is the first part of a two-part series on creating dynamic arrays within type definitions.
A Dynamic array in a type definition is a very useful feature, but FreeBasic doesn't support it. Or...
Members:
Moderators
Admins
Another smiley code from menno. Programmed for QBASIC but tiny modifications, it works fine with FreeBASIC too.
'this is public domain
'mennonite / 2006
SCREEN 13
COLOR 15:
q$ = "\:)": b$ =...
Code scrolls smiley faces on screen.
Programmed for QBASIC but tiny modifications, it works fine with FreeBASIC too.
'public domain
'2006 mennonite
COLOR 14, 1
WIDTH , 25: CLS
VIEW PRINT 2 TO...
Originally posted at python-forum.org by MikeMcG
import random
print " _________ __"
print "/ _____/ ____ _____ | | __ ____ ______...
INTRODUCTION:
Welcome to the Code Snippets section. What are code snippets? Well, quite simply put, code snippets are code you might need quite often but always find yourself wondering where you...
Well, here is version where snow that has allready "landed" spreads and no that kind of high "towers" cant be formed than on my 20 line combo version did. Considering that there is practically 3...
Introduction
Welcome to the ASCII-World S.D.I. (Software Development Initiative). This section of ASCII World is all about an effort that was started by ASCII-World that entails a whole lot of...
Questions
What is the ASCII-World Software Development Initiative?
Who created the ASCII-World Software Development Initiative?
How do you define an ASCII or Text Program?
What categories of...
We dont have staff here excatly, but few names are pretty common what comes for updating and expanding the site. You can contact to ASCII-World staff in our Bulletin board or through emails...
Stephane Richard reviews this startrek like game as his first game review submission. A must have for all trekkies.
DESCRIPTION OF THE GAME:
In this review I'll be reviewing one of my favorate...
Stephane Richard's 2nd review is of the sequel to Starfleet 1 - The War Begins. If you're a trekky at heart, this is a great game for you.
DESCRIPTION OF THE GAME:
In this review I'll be reviewing...
UNDER CONSTRUCTION!!!!!
Index.
What is SUB?
What it does.
How to use it.
What it does return.
What is FUNCTION.
What it does.
How to use it.
What does it return.
When i use SUB and when...
INTRODUCTION:
Welcome to the ASCII-World Techniques section of our website. Basically, techniques differ from the classic tutorials because they take a specific subject and explain how it works...
Letters crawl around screen to make a word. Press space to see it again. ESC to exit.
'text crawl
Option Explicit
'directions
#Define north 1
#Define east 2
#Define south 3
#Define west...
Lets make a simple game. There is a "box" in top right corner.
Idea is that world moves instead of player. Also few tips, how to create a random world.
' All coding by E.K.Virtanen.
' Public...
Let's get down to bid-ness!
Bid-ness is programming, and Bid-ness is good, am I right? Anyway, I'll start by giving the code that was show in the last tutorial.
Declare Function Parse(ToParse as...
Makes Text to go around borders of screen.
' Makes Text to go around borders of screen.
' Created by E.K.Virtanen, just to avoid getting bored.
'
' Have fun, if possible :D
SCREEN 13
' Text we...
INTRODUCTION:
When you think of data validation, what's the first thing that comes to your mind? Is it, by any chance, to enter numbers when an application is expecting numbers out of you, the...
This image is produced with an FreeBASIC program, written by Rick D. Clark.
ASCII chars by Rick D. Clark
Heading 2
blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blahblah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah...
Modern computing has come a long way from the days of Babbage's Difference and Analytical Engines, which are thought by many to the true ancestors to the modern computer, even though neither...
The FreeBASIC community is an interesting one. It came into being like a phoenix, rising from the ashes of the QBASIC community (even though we still call it the Qmunity). QBASIC programmers have...
Community
Bulletin Board
News & Events
Recent posts
Recent changes
Want to join?
Contact Info
Staff/Contact
Bulletin Board
Want to join?
Friends
BasicProgramming.org
PCopy!
Symbiotic...
Text User Interface Development Series Part One - T.U.I. Basics
INTRODUCTION:
Welcome to this series on Text User Interface Development. Of course, T.U.I. development is not a new subject today....
Text User Interface Development Series: Part Two - Standards And Roles
INTRODUCTION:
Welcome to this 2nd installement of the T.U.I. Development series. As stated in the first installement, I will...
Text User Interface Development Series Part One - T.U.I. Basics: By MystikShadows A series of gradual techniques that starts at the beginning and brings you down to the end of creating a Text User...
INTRODUCTION:
Welcome to the beginner's tutorials. Here you will find everything you need to begin your quest to become a developer. This section will take you from the very start of the...
Past year was time of changes. Actually lot's of things did happen in our site. We once again can say that we did not do anything major that would boost ASCII in new level. That's not our purpose....
(Mirc Script) Mirc ASCII chart by Kyuuryu_Kijoutsu
NOTE If someone likes to add snippets here, please check out used tags from some snippet allready here. IE: programming language, author,...
According to Wikipedia, the world largest wiki site:
A Wiki ([ˈwiː.kiː] <wee-kee> or [ˈwɪ.kiː] <wick-ey>) is a type of website that allows users to add, remove, or otherwise edit...
History of games where was some idea.
Long long time ago… there were peoples who though that when they find a great story line for game… they create a game what follows that story.
Peoples back...
WordGuess ask's words, names, places and so on from you.It also shows you the answer, alltho, answers are messed up. Only space's "CHR$(32)" are in theyr original places.
WordGuess is good...
page_revision: 0, last_edited: 1181583416|%e %b %Y, %H:%M %Z (%O ago)