• Users
  • Daniels Pitkevics

User profile: Daniels Pitkevics

User info
User name:Daniels Pitkevics
Email:daniels.pitkevics@gmail.com
Name:Daniels Pitkevičs
Location:Latvia
Bio:Studying Computer Science
Statistical data
Birthdate:Dec 22, 1992
Gender:Male
Occupation:Administrator
Skills:PHP
C++
History
Joined:
Number of posts:14
Latest posts:

Game development team looking for SDL programmers
Could be useful if You choose allegro instead of SDL. Principles is quite similar of both libraries,...

2D game shooting part
Well, You showed me the part where Math comes in, thank You for it. But I need just how to create an...

Computer's guess my number C++
[code] #include<iostream> #include<cstdlib> #include<ctime> using namespace std; int main() { ...

Computer's guess my number C++
Insert the number_guess inside of do...while loop [code] #include<iostream> #include<cstdlib> #inc...

2D game shooting part
Hello everyone. Im trying to create a quite simple 2D game using allegro library. The one thing I n...