48 projects for "games in eclipse javascript" with 2 filters applied:

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 1
    Sudoku for Eclipse

    Sudoku for Eclipse

    A free and open source sudoku game for addicts to newbies

    A Sudoku game. S4E generates endless new grids and may help you to solve them. Play with figures, letters or images, on smaller or bigger grids, play on easy or tricky level... S4E run on Windows and Linux. For Eclipse maniacs it’s available as a plugin for Eclipse. It’s pure Java and of course it’s free. Keywords: free sudoku solver game windows Linux download
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2

    robot builder game

    build a robot that solves a task from components

    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Ohod Quiz Game

    Ohod Quiz Game

    quiz game with spin wheel

    - quiz game - work in any system - تعمل على جميع الانظمة - multi language utf-8 - متعددة اللغات
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Syntax Untangler

    Teach your students how to figure out tricky texts in any language.

    Web-based activity that asks the learner to visually mark up a short primary text in any language, in order to improve small-scale reading skills. Students get instant feedback to actions. Instructors use Web-based authoring interface to write and publish their content and questions in any language (Unicode).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 5

    OpenKlest Light Edition

    Internet-service for crossword solving.

    Internet service for crossword solving. The web-interface of the game OpenKlest.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    RuleRule

    RuleRule

    A puzzle game of rules acting upon rules. Create the desired pattern.

    ...The goal is to reach a desired condition (e.g. a checkerboard of red and yellow). Versions For a first test of the game mechanics in your browser, download the Javascript version, coded by Jan-Hendrik Vienup (December 2014, GPL) tested with Firefox, MSIE, Chrome, and Safari : RuleRule3.zip First created with NeXT Interface Builder and Objective-C files (1995, Mach OS): rulerule.gz (Creative Commons Attribution License). For some history, see http://hilgemeier.gmxhome.de/codes/rulerule.htm Unfinished Java project, running under Eclipse Luna with Windows 7 (2012, LGPL). ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    jsSudoku

    jsSudoku

    Browser sudoku game

    Browser sudoku game: 5 difficulty levels, hints, simple interface. Enjoy!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    2GB

    2GB

    a binary game

    This game is based on the original version of 2048. Other versions are derivatives or fakes, and should be used with caution. Click below to play it online.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Asymptopia Math Crossword Builder

    Asymptopia Math Crossword Builder

    Javascript crossword builderwith i18lized math capabilities

    JavaScript crossword puzzle builder with internationalized math capabilities. Generate unlimited layouts of user-supplied words and equations. Use file->print (to file) to save
    Downloads: 1 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 10

    Visual Integer Factor

    Puzzle game demonstrating whats so hard about binary integer factoring

    VisualIntFactor will be an interactive educational and scientific tool demonstrating multiply, factor, conversion between unary counting and binary integers, all in the same grid of hexagons. This grid is based on pascals triangle, which is a 1d cellular automata that calculates (X choose Y) factorials by each cell being the sum of the 2 cells upleft and upright. Draw a binary integer from a cell going upright, then explore the allowed transforms which may lead you to a factored state in 2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Spellathon
    Spellathon is a simple word puzzle game. You are given seven letters. You need to find words of length four letters or more that include a central letter. See how many words you can guess!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Sudoku is a logical game. The user has to place the numbers 1 to 9 in every row, column and square. But, and that is the challenge, no number can be used twice! Sudoku-Puzzle is a simple JavaScript which generates random puzzles.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    fiftyfifty

    fiftyfifty is a programming language and game

    As you may recall, a Turing-machine is an all-purpose computer. A Turing-machine has a memory that consists of a track or line of data. On the track, a read-/write-head is moving. The read-write head itself is a state engine, which is affected by the input from the track, and which decides what to write on the track, and where to read the next input, by "moving" the head back or forth. In 5050, the part of the track left of the head is represented not by a line or stack of information,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    To build an OpenGL game using programmable robots.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    The Dots Game is a simple strategy game where the objective is to defeat your opponent by completing the most squares. All you have to do is connect the fourth line to complete a square and earn a point. The first player to complete 33 squares wins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    tetris5
    This is a tetris game based on HTML5 technology, no flash used! It uses HTML 5 features like canvas and localStorage. Game logic is written in javascript. SVN repository: https://tetris5.svn.sourceforge.net/svnroot/tetris5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    This is a Javascript based tetris game. We wrote this to primarily learn about Javascript, and now hopefully the game itself can be updated further with more cool features
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    JSUDOKU
    JSudoku is a Java version of the game Sudoku. A backtracking algorithm cares for random puzzles and based on the Sudoku-Puzzle JavaScript. Optionally, JSudoku generates X-Sudoku puzzles.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Fifteen puzzle is a sliding puzzle that consists of a frame of numbered square tiles in random order with one tile missing. "15 puzzle" (Wikiversity) — script in JavaScript, developed under Web laboratory as an educational project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    jqbomb
    This is a very simple version of the classic mine sweeper game written entirely in jQuery (JavaScript) and HTML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    HappyToDos The to-do list that helps you focus on being happy
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A set of JavaScript games made by me when I was younger ("When I was younger, so much younger than today" *Ahem, sorry*) There are classical games: Tic-tac-toe, Connect four, Fifteen puzzle, Memory, Towers of Hanoi and Leapfrog: useless but funny
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A browser based quiz for parties or wedding inspired by "Who wants to be a millonaire?"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    phpSudoku is a small and fast script for a sudoku online-game on your website. It includes 200000 sudoku puzzles and ist very easy to integrate in every website and your existing webdesign. It requires PHP 4 or higher. There is no need of MySQL. The latest release of php Sudoku with 1.000.000 puzzles is hosted at https://github.com/msoftware/phpsudoku. On sourceforge.net you will only find php sudoku V 1.0. All newer versions are available at https://github.com/msoftware/phpsudoku.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is the desktop version of popular number game Sudoku. You can generate infinite(close to that...) number of puzzles and play it on your Windows as well as Linux desktop. Game comes with a cool graphical user interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB