Friday, January 27, 2017

#include <allegro5/allegro.h>
#include <allegro5/allegro_primitives.h>
int main() {
ALLEGRO_DISPLAY *display = NULL;
ALLEGRO_BITMAP *bit = NULL;
al_init();
display = al_create_display(500,400);
al_init_primitives_addon();
al_clear_to_color(al_map_rgb(0, 150, 0));
al_draw_circle(200, 300, 100,al_map_rgb(120, 0, 200),5);
al_draw_rectangle(50.0, 50.0, 200.0, 200.0, al_map_rgb(120, 0, 200), 5);
al_flip_display();
al_rest(20.0);
}
how to maketh thy circles and squares

Monday, January 23, 2017

Allegro function al_init()

The allegro function al_init() and its companions are variables they must go in order.

Friday, January 20, 2017

Allegros flipDisplay() function holds the memory in a way. This function allows you to print to the screen what the computer has stored in terms of memory.

Tuesday, January 17, 2017

As a child, my family consisted of 4 males and 2 females. So naturally, the dominant gender was man, one very nerdy man (father) started the life of gaming that we all are involved. Growing up Call of Duty was big. My brothers and I played and played everyday. As a result of the non stop gaming that mostly revolved around Call of Duty and World of Warcraft, I took on playing Call of Duty whenever I get the chance. Call of Duty creates my favorite FPS games.