Bu oyun hakkında daha önce neden yazmadım bilmiyorum, kesinlikle mükemmel ötesi. Bilimkurgucular için se az sayıda olan RPG oyunlarından biri. Başlığın altındaki yazıya dikkat edin ne demek istediğimi anlayacaksınız:) Demo da söylenenleride yazıyım da aklınızı iyice alayım:)
War.
War never changes.
The Romans waged war to gather slaves and wealth.
Spain built an empire from its lust for gold and territory.
Hitler shaped a battered Germany into an economic superpower.
But war never changes.
In the 21st century, war was still waged over the resources that could be acquired.
Only this time, the spoils of war were also its weapons.
Petroleum and uranium.
For these resources, China would invade Alaska, the US would annex Canada, and the European Commonwealth would dissolve into quarreling, bickering nation-states, bent on controlling the last remaining resources on Earth.
In 2077, the storm of world war had come again.
In two brief hours, most of the planet was reduced to cinders.
And from the ashes of nuclear devastation, a new civilization would struggle to arise.
A few were able to reach the relative safety of the large underground Vaults.
Your family was part of the group that entered Vault Thirteen.
Imprisoned safely behind the large Vault door, under a mountain of stone, a generation has lived without knowledge of the outside world.
Life in the Vault is about to change
Perşembe, Nisan 26, 2007
Cuma, Nisan 13, 2007
Kurt Vonnegut
Bilimkurgu yazarı Kurt Vonnegut 84 yaşında hayata gözlerini yumdu. Yazar bilimkurgu edebiyatına Otomatik Piyano ve Titan'ın Sirenleri gibi önemli eserler bıraktı.
Ayrıntılı hayat hikayesi için:http://getir.net/zqs
hangi bilimkurgu yazarıyım
I am:Arthur C. ClarkeWell known for nonfiction science writing and for early promotion of the effort toward space travel, his fiction was often grand and visionary. |
Çarşamba, Nisan 04, 2007
Sonsuz Döngü
Nerde hata yaptım daha araştırmadım ama program sonsuz döngüye giriyor çalıştırınca. Deneyin görün bilen varsa bana da haber eylesin. Yapmaya çalıştığım şey bu linkte.
Bu link
#include
int main( void )
{
int i,kontrol=1,a;
while(kontrol==1)
{
printf("sayiyi giriniz\n");
scanf("%d",&i);
a=i%2;
while(i/=1)
{if(a==0){i=i/2;
a=i%2;
printf("%d",i);}
if(a==1){
i=i*3+1;
a=i%2;
printf("%d",i);}
}
printf("bir kez daha\n");
scanf("%d",&kontrol);
}
return 0;
}
Bu link
#include
int main( void )
{
int i,kontrol=1,a;
while(kontrol==1)
{
printf("sayiyi giriniz\n");
scanf("%d",&i);
a=i%2;
while(i/=1)
{if(a==0){i=i/2;
a=i%2;
printf("%d",i);}
if(a==1){
i=i*3+1;
a=i%2;
printf("%d",i);}
}
printf("bir kez daha\n");
scanf("%d",&kontrol);
}
return 0;
}
Kaydol:
Kayıtlar (Atom)