Skip to content

Commit

Permalink
moved maze_craze to its own repo. few small sample updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink committed Oct 25, 2012
1 parent 50982d4 commit 410916d
Show file tree
Hide file tree
Showing 23 changed files with 233 additions and 546 deletions.
6 changes: 1 addition & 5 deletions Gemfile
@@ -1,9 +1,5 @@
source "http://rubygems.org"

gem 'theseus', :git => "git://github.com/jwoertink/theseus.git"

source :rubygems

group :development do
gem "rawr"
gem "rspec"
end
12 changes: 3 additions & 9 deletions README.rdoc
Expand Up @@ -18,10 +18,7 @@ The main application can be run by
You can view other samples by passing the sample number as an argument
jruby bin/waves 8

Normal camera operations use W A S D to move. To exit just hit esc.

== Running Maze Craze
jruby lib/maze_craze
Normal camera operations use W A S D to move. To exit just hit esc. Some examples use space bar, or J and K keys. Read sample file in lib/samples for more info.

== Requirements
OSX (Because I haven't tried this on anything else)
Expand All @@ -37,16 +34,13 @@ The Nifty-gui must be implemented in Java (for now) to work. This requires takin
mv lib/samples/nifty/StartScreenController.class package/classes/java

== Current (known) Issues
* MazeCraze runs smooth for the first 15 seconds, then gets really "jumpy"
* Not tested in any other OS
* MazeCraze maze is limited to size 10. Floor isn't dynamic enough to change sizes of maze
* Nifty/JRuby example (sample 13a) throws nasty exception
* Rag-doll sample loads, but isn't useable
* Sample 8 renders green in JRuby, but normal in Java

* Sample 9 isn't working
* Sample 16 isn't working

== Contributing to waves

* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
* Fork the project
Expand Down
14 changes: 0 additions & 14 deletions Rakefile
Expand Up @@ -11,20 +11,6 @@ rescue Bundler::BundlerError => e
end
require 'rake'
require 'rawr'
require 'jeweler'
Jeweler::Tasks.new do |gem|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
gem.name = "waves"
gem.homepage = "http://github.com/jwoertink/waves"
gem.license = "MIT"
gem.summary = %Q{TODO: one-line summary of your gem}
gem.description = %Q{TODO: longer description of your gem}
gem.email = "jeremywoertink@gmail.com"
gem.authors = ["Jeremy Woertink"]
# dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new

# require 'rake/testtask'
# Rake::TestTask.new(:test) do |test|
# test.libs << 'lib' << 'test'
Expand Down
Binary file removed assets/Sound/Environment/lost.ogg
Binary file not shown.
Binary file removed assets/Textures/brickwall.jpg
Binary file not shown.
Binary file removed assets/Textures/hardwood.jpg
Binary file not shown.
Binary file removed assets/Textures/start.jpg
Binary file not shown.
Binary file removed assets/Textures/stop.jpg
Binary file not shown.
Binary file removed assets/Textures/target.png
Binary file not shown.
Binary file modified assets/town.zip 100755 → 100644
Binary file not shown.
10 changes: 0 additions & 10 deletions bin/maze_craze

This file was deleted.

Empty file.
Empty file.
Empty file.
59 changes: 0 additions & 59 deletions lib/maze_craze/controllers/StartScreenController.java

This file was deleted.

62 changes: 0 additions & 62 deletions lib/maze_craze/imports.rb

This file was deleted.

0 comments on commit 410916d

Please sign in to comment.