Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

Count to 1500!

For those addicting little forum games.
User avatar
Runescapedj
Member
Member
Posts: 1706
Joined: January 9th, 2010, 9:06 am
Name: Michiel
IRC Username: Sandboxdj
Location: Deventer, the Netherlands

Re: Count to 1000

Post by Runescapedj »

824

and the number I insert: 823
User avatar
InHumanUnit
Member
Member
Posts: 1450
Joined: May 22nd, 2010, 7:23 am
Name: Ian, Haiku, I got alot ;)
Location: Toyko, Japan. Currently in Illonis, Round Lake in America for secret purposes
Contact:

Re: Count to 1000

Post by InHumanUnit »

[Insert gun here] "Gunz here!"
825
Image
Image
Image
XEON BOX GAMES - XBG is a blast from the past of a pirate mast to a cars thats fast.
You dare challenge me to Halo:Reach? You must die!
User avatar
Runescapedj
Member
Member
Posts: 1706
Joined: January 9th, 2010, 9:06 am
Name: Michiel
IRC Username: Sandboxdj
Location: Deventer, the Netherlands

Re: Count to 1000

Post by Runescapedj »

826
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Count to 1000

Post by chocolatepie33 »

Time for some C++:

Code: Select all

#include <iostream>
using namespace std;
int main() {
int number;
cout << "Please enter a number." << endl;
cin >> number;
cout << "You picked " << number << "for your number.";
cout << "number plus one equals: " << (number + 1);
return 0;
}
827
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
User avatar
esequiel14
Member
Member
Posts: 191
Joined: September 15th, 2009, 4:17 am
Location: TX.

Re: Count to 1000

Post by esequiel14 »

Image
check out my video tutorials and sandbox coolest maps in http://www.youtube.com/user/Esequiel14
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Count to 1000

Post by chocolatepie33 »

829
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
User avatar
esequiel14
Member
Member
Posts: 191
Joined: September 15th, 2009, 4:17 am
Location: TX.

Re: Count to 1000

Post by esequiel14 »

Image
check out my video tutorials and sandbox coolest maps in http://www.youtube.com/user/Esequiel14
User avatar
PizzaLover101
Member
Member
Posts: 1751
Joined: October 23rd, 2009, 1:33 pm
Name: NAME
IRC Username: DaItsicle
Location: By a computer
Contact:

Re: Count to 1000

Post by PizzaLover101 »

Image
Project 1: Da Chest Collector [TBD]
Project 2: Tis a secret [End of summer] announcement June 22 2011
Project 3: An even bigger secret!

http://pizzagametime.tk/
http://forums.pizzagametime.tk/
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Count to 1000

Post by chocolatepie33 »

Gimme a few days and I'll try to make a good one...
832
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
User avatar
Runescapedj
Member
Member
Posts: 1706
Joined: January 9th, 2010, 9:06 am
Name: Michiel
IRC Username: Sandboxdj
Location: Deventer, the Netherlands

Re: Count to 1000

Post by Runescapedj »

Image
Post Reply