Skip to content

Commit

Permalink
Migración a Wollok TS
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanFdS committed Sep 2, 2024
1 parent 9935d84 commit 22ea460
Show file tree
Hide file tree
Showing 59 changed files with 28 additions and 137 deletions.
8 changes: 0 additions & 8 deletions .classpath

This file was deleted.

Binary file removed .diagrams/AnimatedSprite.wsdi
Binary file not shown.
Binary file removed .diagrams/ModoMovimiento.wsdi
Binary file not shown.
Binary file removed .diagrams/Personaje.wsdi
Binary file not shown.
Binary file removed .diagrams/clock.wsdi
Binary file not shown.
Binary file removed .diagrams/config.wsdi
Binary file not shown.
Binary file removed .diagrams/example.wsdi
Binary file not shown.
Binary file removed .diagrams/selector.wsdi
Binary file not shown.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: build

on: [push, pull_request]
jobs:
wollok-ts:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- run: |
wget -O wollok-ts-cli https://github.com/uqbar-project/wollok-ts-cli/releases/latest/download/wollok-ts-cli-linux-x64
chmod a+x ./wollok-ts-cli
./wollok-ts-cli test --skipValidations -p ./
shell: bash
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
bin

# Local history
.history

# Wollok Log
*.log
35 changes: 0 additions & 35 deletions .project

This file was deleted.

7 changes: 0 additions & 7 deletions .settings/org.eclipse.jdt.core.prefs

This file was deleted.

20 changes: 0 additions & 20 deletions META-INF/MANIFEST.MF

This file was deleted.

Binary file removed barritaDeVida.png
Binary file not shown.
3 changes: 0 additions & 3 deletions build.properties

This file was deleted.

7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "final-pepita-tactics",
"version": "1.0.0",
"wollokVersion": "4.0.0",
"author": "juanm",
"license": "ISC"
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ object clock {
method advanceTime(time) {
timePassed += time
}
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion scripts/alphabet.txt

This file was deleted.

11 changes: 0 additions & 11 deletions scripts/crearBarritas

This file was deleted.

26 changes: 0 additions & 26 deletions scripts/crearFuente

This file was deleted.

5 changes: 0 additions & 5 deletions scripts/crearMenu

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/crearTileAlcanzable

This file was deleted.

4 changes: 0 additions & 4 deletions scripts/crearTileAtacable

This file was deleted.

1 change: 0 additions & 1 deletion src/WOLLOK.ROOT

This file was deleted.

10 changes: 0 additions & 10 deletions src/log4j.properties

This file was deleted.

0 comments on commit 22ea460

Please sign in to comment.