Thursday, January 2, 2014

Minecraft - Getting Old?
PC
*****/THAT CANINDIAN



The globally famous game, Minecraft, after being played by most video gamers, has lost its interest in most including me. The game is about building a foundation and collecting resources. The game, in its early stages, used to have updates very often that would contain new animals and enemies. But now, it takes months just to come out with a horse. As I still do play Minecraft a little bit, I think it could just use a few more updates that contained more meaningful content.
Dead Rising 3
X-Box One
*****/THAT CANINDIAN


The new Dead Rising game that just came out, in some minds is a disappointment, but in others is a success. From my point of view, this game is ok. I think that the game has some cool guns and some pretty awesome graphics on next-gen, but there is not really a big story plot or anything. It really seems like all that you do is kill zombies. Oh, and you also kill zombies... The way you do kill them though, can be fun. All you have to do though is shoot and aim. There is no other concept other than finding blue-prints. To some people, this maybe fun, but to me, this is extremely boring and unentertaining. 

Tuesday, November 19, 2013

Review on Grand Theft Auto 5
GTA V
ThatCanindian


Before a few days ago when I played GTA 5, I thought that the GTA series was extremely stupid. However, I found that GTA 5 is amazingly fun. GTA includes tons of different things to do at different times. Two of those would be the tennis and golf. I, myself, like both those sports, and they were a ton of fun in GTA 5. Grand Theft Auto, in my opinion, is the most fun when racing with cars and coming out of nowhere and ramming your friend. The only problem I have is that it looks just like GTA 4. Overall, though, from what I’ve been able to tell, Grand Theft Auto 5 is a great game.


 Rating 9/10 
Minecraft
ComputerCraft/Feed The Beast Code Tunel 2
THAT CANINDIAN

ComputerCraft is a mod for Minecraft that allows you to program computers called turtles to do work for you. Feed The Beast is a mod pack for Minecraft that has the ComputerCraft mod in it.

This program is kind of like the tunnel program except this one will refuel and place torches. Just place torches in slot 16, and place coal in slot 15. All you have to do is type (program) (length).

local tArgs = {...}
local todo = tonumber(tArgs[1])

function tfuel(amount)
if turtle.getFuelLevel() < 5 then

turtle.select(15)
turtle.refuel(amount)
turtle.select(1)
  end
end

function torch()
turtle.select(16)turtle.turnRight()
turtle.turnRight()
turtle.place()
turtle.select(1)
turtle.turnRight()
turtle.turnRight()
end

local t = 4

for i = 1, todo do

if turtle.detect() == true then
repeat
turtle.dig()
sleep(0.5)
until turtle.detect() == false
tfuel(1)
turtle.forward()

else

tfuel(1)
turtle.forward()
end

if turtle.detectDown() == false then
turtle.select(1)
turtle.placeDown()

end

if turtle.detectUp() == true then
repeat
turtle.digUp()
sleep(0.5)
until turtle.detectUp() == false
tfuel(1)
turtle.up()

else

tfuel(1)
turtle.up()
end

turtle.turnLeft()
if turtle.detect() == true then
turtle.dig()
turtle.turnRight()
turtle.turnRight()

else

turtle.turnRight()
turtle.turnRight()
end

if turtle.detect() == true then
turtle.dig()
tfuel(1)
turtle.down()

else

tfuel(1)
turtle.down()
end

if turtle.detect() == true then
repeat
turtle.dig()
sleep(0.5)
until turtle.detect() == false
turtle.turnLeft()
turtle.turnLeft()

else

turtle.turnLeft()
turtle.turnLeft()
end

if turtle.detect() == true then
repeat
turtle.dig()
sleep(0.5)
until turtle.detect() == false
turtle.turnRight()

else

turtle.turnRight()
end

t = t + 1

if t == 10 then
torch()
t = 0
  end
end

Monday, November 18, 2013

Best Engineer Gun
BattleField 4
THAT CANINDIAN


Recently, I have been using the engineer class instead of the recon class, and after trying out lots of different guns and attachments, I have discovered that the best gun in the objective grinding class is the PDW. The PDW is a gun in the engineer class that consists of great hip-fire  accuracy and a fast fire-rate. The gun is great for close range because of the fast fire-rate and medium damage. The gun is best with a laser sight that exploits its great hip fire accuracy. The PDW is also good with the simple reflex sight for pinpoint accuracy. The PDW is the overall best choice for people who want to play the objective.
Best Recon Class
BattleField 4
THAT CANINDIAN


The recon class is a class that includes snipers and other miscellaneous rifles. The recon class is for those players that have a strategic sense to their gameplay. My choice for the recon class is the M988 sniper rifle. This rifle has a fast bullet speed for less bullet drop. It also has a nice damage so that the high chest shots are one shot kills. Attachment that I would recommend would be the straight pull, the rifle scope 8x, and the 14x zoom. The straight pull under barrel attachment allows you to shoot multiple times while zoomed in. The rifle scope if for medium range, and the 14x zoom lets you shoot well from far range. The M988 is the gun for you if you want to kill people easily from far distances. 
Best Support Class
BattleField 4
THAT CANINDIAN


To find the best gun in the support class, I had to search toward the last unlocks. The LMG that I chose for the best support class is the MG4. The MG4 is the last LMG you unlock in the support class. I picked the MG4 because of its fast fire rate, great feel, and high damage. I probably wouldn’t have picked it just for the damage and the rate of fire because its not necessarily the best with high stats. My recommended attachment is the reflex sight. The other attachments are good too, but they don’t make such a huge impact on the performance of the gun. It’s hard to make the gun much better with its amazing performance. This gun is not only the best performing gun in this class, but maybe the best gun in BattleField 4.