Class Recording 11/06
https://negativekarmaengine.com/course_recordings/2014-11-06%2017.40%20IDIA%20616%20Fall%202014.wmv
https://negativekarmaengine.com/course_recordings/2014-11-06%2017.40%20IDIA%20616%20Fall%202014.wmv
Camera 3D Cameras and Enemies spaceship Completed Class Code for Today : 3D Game
Your final project will consist of a 2D or 3D interactive video game created in XNA. Your game should consist of a basic game engine that can read and interpret user input and respond to user commands. It should contain…Continue Reading →
Your final project is a functioning (albeit prototype level) website for WBXS Open Baltimore (this is not a real company but you may base it loosely upon: http://centreconnect.org/cetv.html). This is a non-profit company which is trying to improve their management…Continue Reading →
3D Cameras
The complete game with sound and game states Finished_2DGame 3D Game with camera and some primitives WindowsGame2
Accessing+MySQL+with+PHP
Sanitize User Input: <?php function sanitizeString($var) { $var = stripslashes($var); $var = htmlentities($var); $var = strip_tags($var); return $var; } function sanitizeMySQL($var) { $var = mysql_real_escape_string($var); $var = sanitizeString($var); return $var; } ?> Attempt simple queries using MySQLi <?php require ‘connect_mysqli.php’;…Continue Reading →
For this assignment you should have a dummy version of the the website. Not all the functionality of the site needs to be working yet (e.g. it doesn’t need full database integration or totally working PHP code). You should be…Continue Reading →
Finishing 2D