Search found 160 matches

by lotios611
Thu Dec 03, 2009 5:55 pm
Forum: Programming Discussion
Topic: [SOLVED] SFML Help
Replies: 19
Views: 2219

[SOLVED] SFML Help

I'm trying to get a window to display using SFML. Here is my code: //////////////////////////////////////////////////////////// // Headers //////////////////////////////////////////////////////////// #include <SFML/Graphics.hpp> //////////////////////////////////////////////////////////// /// Entry ...
by lotios611
Sun Nov 29, 2009 11:44 am
Forum: Programming Discussion
Topic: Python control statements [SOLVED]
Replies: 0
Views: 1380

Python control statements [SOLVED]

I'm trying to make a dictionary. When I run this code, I get prompted to enter my option. If I enter b, it runs the code for c. dictionary={"Hello" : "A word", "Hi" : "Another word", "Yo!" : "Yet another word"} print("Welcome to the di...
by lotios611
Sat Nov 28, 2009 8:06 am
Forum: Game Development
Topic: My first 3D Model!!!
Replies: 25
Views: 3485

Re: My first 3D Model!!!

It looks way better then I can do.
by lotios611
Fri Nov 27, 2009 6:10 pm
Forum: Programming Discussion
Topic: Finishing projects
Replies: 1
Views: 268

Finishing projects

I've never finished any project. Probably because when I'm almost done, I think of something else to put in. Then I break my project and get annoyed/bored. So I need to ask: How do you guys get through your projects?
by lotios611
Wed Nov 25, 2009 5:30 am
Forum: General/Off-Topic
Topic: Fully BS
Replies: 13
Views: 1826

Re: Fully BS

"I've only seen one of your videos" Sounds like something he would say.
by lotios611
Sat Nov 21, 2009 9:09 am
Forum: Current Events and Science/Technology
Topic: New Incredible Computer Input
Replies: 11
Views: 2531

Re: New Incredible Computer Input

The third one, where you put an object on a table and it tells you things, sounds like Microsoft Surface.

Edit: Yay! Finally I can post. I was blacklisted for a while.
by lotios611
Sun Jun 28, 2009 7:55 am
Forum: Programming Discussion
Topic: Beginner's Guide to Game Programming
Replies: 32
Views: 2910

Re: Beginner's Guide to Game Programming

I'm following the guide, and it's helping me a lot. I have one question. What should I set the maxFrame to? I am using one of your RPG style spritesheets. for my sprite sheets, there are four frames of animation (1-2-3-2 loop), so maxFrame will be 4. When you go to display the sprite, it'll be some...
by lotios611
Sat Jun 27, 2009 6:28 pm
Forum: Programming Discussion
Topic: Beginner's Guide to Game Programming
Replies: 32
Views: 2910

Re: Beginner's Guide to Game Programming

I'm following the guide, and it's helping me a lot. I have one question. What should I set the maxFrame to? I am using one of your RPG style spritesheets.
by lotios611
Sun Jun 14, 2009 12:26 pm
Forum: General/Off-Topic
Topic: Where did it all begin for you?
Replies: 45
Views: 24475

Re: Where did it all begin for you?

I started out in game programming with Roblox. For those of you who don't know, Roblox is a multiplayer game where you can build things with bricks and go to other people's places. In Roblox, you can use a modified version of Lua to script. After that, I learned HTML, then Batch, and then C++.
by lotios611
Sun Jun 14, 2009 12:12 pm
Forum: General/Off-Topic
Topic: Official "Hello, World! (I'm new!)" thread
Replies: 821
Views: 595746

Re: Official "Hello, World! (I'm new!)" thread

'Ello everyone, this is my first post. I've been watching AIGD for a while. I really want to make something as good as Elysian Shadows someday. It'll take a while because I'm still learning C++.