APCS Java
Share:

Listens: 28

About

Helpful video Podcast for folks taking a course in Advanced Placement Computer Science

PokerHand

To make a variety of Poker games, we need a way to evaluate and compare Poker hands. This video also shows how to implement an interface in an inner c...
Show notes

Game Applet Stage 3

Stage 3 Enemies are made and tested. VideoSource code is at http://apcs.mathorama.com/index.php?n=Main.SimpleGameTutorial and the game is at http://ww...
Show notes

Game Applet Stage 2

Stage 2 of the Game Applet is making the player and have it be controlled with keyboard input.Source code is at apcs.mathorama.com and the game is at ...
Show notes

Game Applet: Stage 1

Stage 1: Load the art and sounds to your eclipse project, so you can export your game into a .jar file to easily upload to a web site.  You can get to...
Show notes

Making Images with GIMP

Making Images With GIMPYou can download from http://www.gimp.org I show how to use some features in GIMP (from www.gimp.org) a open source image edito...
Show notes

Installing BlueJ 2012

Installing BlueJ 2012 Video Here is a 2012 version to check to make sure your Java SDK and BlueJ IDE installation is working correctly. While I'm usin...
Show notes

Comparator Interface in Gridworld

Here is a customized World for Gridworld where the message on the top is updated to show how many bugs there are and the location of the furthest Bug ...
Show notes

One To Ten Game Part 3

Part 3 of the One to Ten Game which explains the Player Class. You can see a working copy at http://www.mathorama.com/OneToTenConsole.html
Show notes