|
|
| Make a game in turns [monday thread] |
|
Timorg
Member #2,028
March 2002
|
Well I was kind of just waiting to be told it was my turn, as I was under the impression it was someone else's go at the moment. I really was going to add an object collection, and a base object that can go into the collection, put some lame something that uses it, either move whatever was being currently worked on over to my system, or implement space invaders, if there was no game ideas started, and just pass it on. But stuff for job ate my Sunday completely, so I just let it lay. ____________________________________________________________________________________________ |
|
Trezker
Member #1,739
December 2001
|
As I've said, if you're interested. You send a message on githubs messaging system. Otherwise I wont know if you're really in the game. As for your thoughts about what to do. I want people to implement something that the end user will think of as a feature. The player wont know how objects are handled in the background, so an object collection means nothing to him. Implement Space invaders? That's more than one feature. You should just implement one feature of space invaders in that case. A minimal space invaders game would need at least four features. You might implement the first feature, but then the next guys could implement a tilemap and then collision so suddenly it's a scrolling shooter instead of space invaders. |
|
Timorg
Member #2,028
March 2002
|
The feature to the code base was going to be a collection to manage game objects, it was not about how they interact. Evidently I didn't have the same understanding of what a feature was as you. But I will create a GitHub account and email you when I am ready to go, probably Friday when I get home from work. Edit: With my feature likely to be random objects moving on the screen. ____________________________________________________________________________________________ |
|
Arthur Kalliokoski
Second in Command
February 2005
|
You guys are arguing endlessly without anything getting done. This is the perfect Monday thread! They all watch too much MSNBC... they get ideas. |
|
Trezker
Member #1,739
December 2001
|
It has now been almost a week since the last post in this thread. So I decided to push my own choice of first feature. Perhaps that could make people more eager to participate. The feature I implemented was player movement. There is now a static image representing the player (placeholder). You can go left, right and jump using the arrow keys. |
|
bamccaig
Member #7,536
July 2006
|
Nicely done, Trezker. -- acc.js | al4anim - Allegro 4 Animation library | Allegro 5 VS/NuGet Guide | Allegro.cc Mockup | Allegro.cc <code> Tag | Allegro 4 Timer Example (w/ Semaphores) | Allegro 5 "Winpkg" (MSVC readme) | Bambot | Blog | C++ STL Container Flowchart | Castopulence Software | Check Return Values | Derail? | Is This A Discussion? Flow Chart | Filesystem Hierarchy Standard | Clean Code Talks - Global State and Singletons | How To Use Header Files | GNU/Linux (Debian, Fedora, Gentoo) | rot (rot13, rot47, rotN) | Streaming |
|
MiquelFire
Member #3,110
January 2003
|
I noticed a bug. You didn't set a default variable to jump. --- |
|
Neil Black
Member #7,867
October 2006
|
Ah, the first bug, our little game is growing up so fast!
|
|
Johan Halmén
Member #1,550
September 2001
|
I'm too busy right now. I'd have loved to take this opportunity to finally start with A5. I'm trying to memorize 15 songs for our choir. I'm trying to get print work ready for our concert. I'm trying to get some big band arrangements ready, as well as some compositions and arrangements for our wind orchestra. And there's a week time to compose the opening scene of "Opera by You", an open source opera project I've mentioned earlier. This is all the interesting stuff. Then I have lots of dull stuff I should get done as well. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Years of thorough research have revealed that what people find beautiful about the Mandelbrot set is not the set itself, but all the rest. |
|
CursedTyrant
Member #7,080
April 2006
|
I just got an internet connection at the new place (I moved recently), so I might contribute something at some point. --------- |
|
Trezker
Member #1,739
December 2001
|
Things started happening. A pull request for the bug came from MiquelFire, it's been handled. So now I know how pull requests work. And bamccaig sent his idea and request to be queued, so now it's his turn. |
|
|
|