Search found 15 matches

by jamesmfox
January 15th, 2018, 7:14 pm
Forum: Everything
Topic: Tutorial Intermediate 14 Fail to Build
Replies: 2
Views: 1549

Re: Tutorial Intermediate 14 Fail to Build

Thank you! That solved the problem.
by jamesmfox
January 15th, 2018, 5:16 pm
Forum: Everything
Topic: Tutorial Intermediate 14 Fail to Build
Replies: 2
Views: 1549

Tutorial Intermediate 14 Fail to Build

I was following the youtube video and getting an error error C2061: syntax error: identifier 'Graphics' (compiling source file Animation.cpp) error C2061: syntax error: identifier 'Graphics' (compiling source file Character.cpp) error C2065: 'gfx': undeclared identifier (compiling source file Charac...
by jamesmfox
September 22nd, 2017, 12:53 pm
Forum: Everything
Topic: (A)rtificial (I)ntelligence?
Replies: 3
Views: 1824

Re: (A)rtificial (I)ntelligence?

I am going to take a stab at pacman clone.. ill watch slidefucker.. and google for the ghosts
by jamesmfox
September 22nd, 2017, 4:49 am
Forum: Everything
Topic: (A)rtificial (I)ntelligence?
Replies: 3
Views: 1824

(A)rtificial (I)ntelligence?

Any tutorials from chili about AI?
by jamesmfox
September 16th, 2017, 8:12 pm
Forum: Everything
Topic: Intermediate 13
Replies: 1
Views: 1325

Intermediate 13

Intermediate 13 says its a private video on YouTube.. :(
How do we get tutorial 13? There's a wiki page for it.

I did my best at getting the text working and got font color working too

https://github.com/JamesMFox/Sprite/tree/i12

Edit:
Well look at that its already not private anymore :D
by jamesmfox
September 15th, 2017, 4:30 am
Forum: Everything
Topic: Visual Studio 2017 Error when cloning
Replies: 3
Views: 2517

Re: Visual Studio 2017 Error when cloning

I don't know what fixed it?? but its working again? lmao crazy ass 2017
by jamesmfox
September 13th, 2017, 5:03 am
Forum: Everything
Topic: Visual Studio 2017 Error when cloning
Replies: 3
Views: 2517

Re: Visual Studio 2017 Error when cloning

Version 15.3.2 Github is 2.2.0.10 img of about screen: https://1drv.ms/i/s!Ag3vmp6H84L_i0qFJWjxpcedjAqq I just been going into the repos folder and using git command line.. doesnt take that much more time. and i dont remember where i read, but you can type cmd into the file explorer address bar to o...
by jamesmfox
September 13th, 2017, 4:56 am
Forum: Everything
Topic: Intermediate Tutorial 7
Replies: 1
Views: 1284

Intermediate Tutorial 7

I Just finished the homework for tutorial 7(streams, std::string). Chili asked to make snek game use a config file. I was hoping someone wouldn't mind looking over my code and giving me some pointers :D

https://github.com/JamesMFox/SnekGame/tree/I7-hw
by jamesmfox
September 7th, 2017, 5:03 pm
Forum: Everything
Topic: Visual Studio 2017 Error when cloning
Replies: 3
Views: 2517

Visual Studio 2017 Error when cloning

After forking a repo from planetchili github. I try to clone to Visual Studio but i am getting an error // Output from source control - git: Remote: Counting objects: 207, done. Remote: Total 207 (delta 0), reused 0 (delta 0), pack-reused 206 Error encountered while cloning the remote repository: Gi...
by jamesmfox
September 5th, 2017, 4:03 pm
Forum: Everything
Topic: Fart Annoyed Question( about scaling vectors)
Replies: 6
Views: 2511

Fart Annoyed Question( about scaling vectors)

In the beginners tutorial 20b, when chili is setting up the grid of bricks, he says to setup the grid rectangle using: RectF( topleft + Vec2( x * brickWidth, y * brickHeight ) ); My Question is would it be wrong to make brickWidth and brickHeight a vector to scale x, y? like this: RectF( topleft + V...