Search:

Type: Posts; User: noctarius

Search: Search took 1.98 seconds.

  1. Replies
    5
    Views
    250

    Re: Java Based OS

    Why not start with looking at existing projects sourcecode?
  2. Replies
    5
    Views
    250

    Re: Java Based OS

    You can do that but it would need to implement a basic JVM-Kernel which than can be extended using Java itself. There were some projects doing research in that topic (even SUN had a real Java OS...
  3. Re: Replacing an If statement with a Switch statement

    Ah I see they called it "connect four" in english :-) Connect Four - Wikipedia, the free encyclopedia
  4. Re: Replacing an If statement with a Switch statement

    i meant the game "4 wins" which has a lot bigger gameboard than tictactoe and then imagine your switch or if-block :-)

    Here's an older recursive winner search algorithm for an "4 wins" game I made...
  5. Re: Replacing an If statement with a Switch statement

    But the bigger the gameboard the bigger the array
  6. Re: Replacing an If statement with a Switch statement

    Have you thought about what your "win-calculation" algorithm would look like if the game has 200 fields (4 wins would be ugly in your way :))? I would suggest to implement a recursive search...
  7. Replies
    1
    Views
    127

    Re: Properties Proposal

    Here are bigger introduction into the proposal:
    https://www.sourceprojects.org/default/2013/01/05/1357395720000.html
  8. Replies
    1
    Views
    127

    Properties Proposal

    Just started a discussion about the first ideas on how to implement Properties in Java. Many of you possibly know Properties from other languages like C#. I would be happy if anyone of you interested...
  9. Re: Will someone help me with code? Creating classes, getters & setters. Beginner :(

    Your code? Are you sure that it's not your task to find and correct the errors in the code? :-)
  10. Replies
    11
    Views
    1,674

    Re: Good Java book for beginner?

    Head First: Java
  11. Replies
    5
    Views
    429

    Re: What is Java agent ?

    A Java Agent is a small Java lib that has access to internas of the JVM like Instrumentation API.
  12. Replies
    3
    Views
    781

    Re: LWJGL multiplayer server help

    Why does your client "need" to close the socket?
  13. Re: Making Game, Need 1-3 People That Know JAVA

    Sorry but all that comes to my mind is: OMG -.-
  14. Replies
    1
    Views
    441

    Re: 3D Battle Cruiser for Game Development

    Wow nice ones :)
Results 1 to 14 of 14