Skip to content
Snippets Groups Projects
README.md 1.17 KiB
Newer Older
Roy Szeto's avatar
Roy Szeto committed
# CSE481d Resources and Examples

## FlixelSpaceInvaders
This folder has an example app using flixel and the haxe logging library.
You can download the cse481d/logging/CapstoneLogger.hx file for use in your own project

## C-Sharp Logging
This folder includes the source and dll for the logging api that targets C-Sharp applications

## DataAnalysisExample
Contains a very basic script to connect to your localhost database and execute mysql queries on that data.
Uses python3
Roy Szeto's avatar
Roy Szeto committed
You can use this as a starting point for your own scripts if you want to use python, just fill in the password and database name.

Jonathan Bragg's avatar
Jonathan Bragg committed
## FlashEmbed (OUTDATED: Don't use Flash)
Roy Szeto's avatar
Roy Szeto committed
Collection of files needed to embed a flash application to a web page:

*Make sure download all the files into a separate folder.
Roy Szeto's avatar
Roy Szeto committed
*Put you .swf game into the same folder
Roy Szeto's avatar
Roy Szeto committed
*Open the index.html file in a text editor
Roy Szeto's avatar
Roy Szeto committed
*At about line 60, look for the function swfObject.embedSwf
Roy Szeto's avatar
Roy Szeto committed
*Change the line "yourgame.swf" with the name of your swf file
Roy Szeto's avatar
Roy Szeto committed
*Further below are values "800" and "600", which is the fixed width and height of the window. Change them if you want to shrink or grow the size of your game.
Jonathan Bragg's avatar
Jonathan Bragg committed
*Upload that whole folder to your web domain