Posts by Variably
4 posts total, newest first.
"After-Death" [Java][Project]in Game Development - http://i43.tinypic.com/or5u9f.png
Welcome to the official thread for project "After-Death".
this will be a "non-rsps" project, hopefully making this a java based MMOFPS
http://i44.tinypic.com/ax0knk.jpg
Starting the My Graphics Showcasein Showroom - http://i40.tinypic.com/29uyfkn.png
http://i54.tinypic.com/2qmnb6o.png
http://i54.tinypic.com/28wc7qu.png
http://i40.tinypic.com/35n4pdh.png
http://www.runelocus.com/forums/image.php?u=81578&dateline=132271884Guess My Number [Java]in Java - It's poorly done, I created this a few months ago.
Main.java
package com.gui;
import javax.swing.JFrame;
/**
*
* Author Ignorance
*/
public class Main {
public static void main(String[] args) {
Basic Networkingin Java - Client
import java****.*;
import java.net.*;
public class Client {
Socket requestSocket;
ObjectOutputStream out;
ObjectInputStream in;
String message;
void run() {
try {
Showing the 4 most recent posts.